Skip to content

Commit 26c2428

Browse files
authored
[Mail Editor] assert label value (#410)
1 parent d3d0e95 commit 26c2428

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MailEditor/Widget/FormFieldWidget.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ protected function parseSimpleField(array $outputData, string $renderType, strin
8383
: '';
8484
}
8585

86-
$fieldValue .= $this->parseFieldValue($outputData['value']);
86+
$fieldValue .= $this->parseFieldValue($outputData['value'] ?? '[NO VALUE]');
8787

8888
return $fieldValue;
8989
}

0 commit comments

Comments
 (0)