Fixes issue #58

This commit is contained in:
aka 2018-01-31 14:48:09 -03:00
parent 33d828d048
commit 84b0d54cd0

View file

@ -104,6 +104,7 @@ const PostStatusForm = {
},
postStatus (newStatus) {
if (this.posting) { return }
if (this.submitDisabled) { return }
if (this.newStatus.status === '') {
if (this.newStatus.files.length > 0) {