Skip to content
This repository has been archived by the owner on Feb 6, 2023. It is now read-only.

Commit

Permalink
Merge pull request #2113 from danielo515/patch-1
Browse files Browse the repository at this point in the history
Update Overview.md
  • Loading branch information
Claudio Procida authored Jul 10, 2019
2 parents 0f138d1 + 6394bd4 commit 0e88544
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ function MyEditor() {
return (
<Editor
editorState={editorState}
onChange={editorState => setEditorState(editorState)}
onChange={setEditorState}
/>
);
}
Expand Down

0 comments on commit 0e88544

Please sign in to comment.