Skip to content

Commit

Permalink
CW-slate-80
Browse files Browse the repository at this point in the history
  • Loading branch information
MeyerPV committed Jan 8, 2024
1 parent 754d5c0 commit a147903
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shared/ui-kit/TextEditor/TextEditor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ const TextEditor: FC<TextEditorProps> = (props) => {
}, [editorRef, editor]);

return (
<Slate editor={editor} value={value} onChange={onChange}>
<Slate editor={editor} initialValue={value} onChange={onChange}>
<div className={classNames(styles.container, className)}>
<Header
label={label}
Expand Down

0 comments on commit a147903

Please sign in to comment.