We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07e9167 commit fd4a942Copy full SHA for fd4a942
1 file changed
Component/Form/FormViewModel.php
@@ -98,7 +98,7 @@ public function getButtons(): array
98
public function getFieldsets(): array
99
{
100
$fieldsetDefinitions = (array)$this->getBlock()->getFieldsets();
101
- $fieldsets['base'] = $this->fieldsetFactory->create('base', $fieldsetDefinitions['base']['label'] ?? null);
+ $fieldsets['base'] = $this->fieldsetFactory->create('base', $fieldsetDefinitions['base']['label'] ?? '');
102
103
foreach ($fieldsetDefinitions as $fieldsetCode => $fieldsetDefinition) {
104
if (empty($fieldsetCode)) {
0 commit comments