Added prop annotations

This commit is contained in:
Jori Lallo 2017-06-25 15:39:02 -07:00
parent e02768606a
commit 35854b65d8
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@ type KeyData = {
<Editor
key={this.props.starred}
ref={ref => (this.editor = ref)}
placeholder="Start with a title"
placeholder="Start with a title..."
className={cx(styles.editor, { readOnly: this.props.readOnly })}
schema={this.schema}
plugins={this.plugins}