Skip to content
Snippets Groups Projects
Commit 5734dd05 authored by Shpuld Shpludson's avatar Shpuld Shpludson
Browse files

change misnamed member field check to actually disable sending

parent c1a20079
Branches
No related tags found
No related merge requests found
......@@ -216,7 +216,7 @@ const PostStatusForm = {
methods: {
async postStatus (event, newStatus, opts = {}) {
if (this.posting) { return }
if (this.submitDisabled) { return }
if (this.disableSubmit) { return }
if (this.emojiInputShown) { return }
if (this.submitOnEnter) {
event.stopPropagation()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment