Skip to content

Commit 38a31cd

Browse files
committed
--amend
1 parent 9c51c8e commit 38a31cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/BaseMarkdownEditor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import Toolbar from './Toolbar'
1414
const Loading = () => <div>Loading</div>
1515

1616
type MarkdownEditorProps = {
17-
placeholder?: string,
17+
placeholder: ?string,
1818
value: string,
1919
noPreviewMessage?: string,
2020
onChange: any,

0 commit comments

Comments
 (0)