From 35854b65d8088b7a49ae53596a39fc290d42d01e Mon Sep 17 00:00:00 2001 From: Jori Lallo Date: Sun, 25 Jun 2017 15:39:02 -0700 Subject: [PATCH] Added prop annotations --- frontend/components/Editor/Editor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/components/Editor/Editor.js b/frontend/components/Editor/Editor.js index 9dab713a7..125b1f43c 100644 --- a/frontend/components/Editor/Editor.js +++ b/frontend/components/Editor/Editor.js @@ -117,7 +117,7 @@ type KeyData = { (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}