Skip to content

Commit

Permalink
[Mail Editor] assert label value (#410)
Browse files Browse the repository at this point in the history
  • Loading branch information
solverat committed Sep 21, 2023
1 parent d3d0e95 commit 26c2428
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MailEditor/Widget/FormFieldWidget.php
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ protected function parseSimpleField(array $outputData, string $renderType, strin
: '';
}

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

return $fieldValue;
}
Expand Down

0 comments on commit 26c2428

Please sign in to comment.