Skip to content

Commit

Permalink
fix: fSimpleTextEEditorWidget default value
Browse files Browse the repository at this point in the history
  • Loading branch information
giuliaghisini committed Oct 6, 2023
1 parent 3b9ef34 commit 966fcf4
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,9 @@ const SimpleTextEditorWidget = (props) => {
}}
onKeyDown={handleKey}
ref={fieldRef}
></span>
>
{value || ''}
</span>
</div>
);
};
Expand Down

0 comments on commit 966fcf4

Please sign in to comment.