Fixed post issue

This commit is contained in:
Mustafa Buyukcelebi 2019-03-06 18:04:28 +03:00
parent bb0e83b014
commit 3110b51c3f

View File

@ -351,7 +351,7 @@ class EditorContainer extends Component {
key: permlink,
});
setDraftPost({ title: '', body: '', tags: [] }, currentAccount.name);
setDraftPost({ title: '', body: '', tags: '' }, currentAccount.name);
})
.catch((error) => {
this._handleSubmitFailure(error);