fix/status-heading-alignment-issues
aka 7 years ago
parent 33d828d048
commit 84b0d54cd0

@ -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) {

Loading…
Cancel
Save