Fixes issue #58
This commit is contained in:
parent
33d828d048
commit
84b0d54cd0
|
@ -104,6 +104,7 @@ const PostStatusForm = {
|
||||||
},
|
},
|
||||||
postStatus (newStatus) {
|
postStatus (newStatus) {
|
||||||
if (this.posting) { return }
|
if (this.posting) { return }
|
||||||
|
if (this.submitDisabled) { return }
|
||||||
|
|
||||||
if (this.newStatus.status === '') {
|
if (this.newStatus.status === '') {
|
||||||
if (this.newStatus.files.length > 0) {
|
if (this.newStatus.files.length > 0) {
|
||||||
|
|
Loading…
Reference in New Issue