Skip to content

Commit

Permalink
fix: AssertionError
Browse files Browse the repository at this point in the history
  • Loading branch information
live627 committed Nov 1, 2022
1 parent 4926bf6 commit d76de71
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/ManageCustomForm.php
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,7 @@ function ModifyCustomFormSettings($return_config = false)
create_control_richedit(
array(
'id' => 'output',
'value' => $data['output'],
'richvalue' => $data['output'],
'value' => $data['output'] ?? '',
'width' => '100%',
)
);
Expand Down

0 comments on commit d76de71

Please sign in to comment.