mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-11-29 22:07:46 +03:00
Fixed post issue
This commit is contained in:
parent
bb0e83b014
commit
3110b51c3f
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user