Skip to content
Snippets Groups Projects
Commit 84b0d54c authored by aka's avatar aka
Browse files

Fixes issue #58

parent 33d828d0
Branches
No related tags found
No related merge requests found
......@@ -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) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment