Merge pull request #666 from esteemapp/hotfix/editor

Fixed post issue
This commit is contained in:
uğur erdal 2019-03-06 18:16:28 +03:00 committed by GitHub
commit 95d4e8a021
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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);