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

Fixes issue #58

parent 33d828d0
No related branches found
No related tags found
1 merge request!194Completes portuguese translation, Fixes issue #58
......@@ -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.
Finish editing this message first!
Please register or to comment