diff --git a/src/Services/Forms/Form.php b/src/Services/Forms/Form.php index 392cdd744..f8498cd81 100644 --- a/src/Services/Forms/Form.php +++ b/src/Services/Forms/Form.php @@ -96,7 +96,7 @@ public function hasForm(): bool public function hasSideForm(): bool { - return $this->sideForm && $this->sideForm->isNotEmpty(); + return $this->sideForm && ($this->sideForm->isNotEmpty() || ($this->sideForm->fieldsets && $this->sideForm->fieldsets->isNotEmpty())); } public function renderBaseForm(): View