Commit c2a38f2c authored by Mark Harding's avatar Mark Harding

(fix): reset inProgress - #1500

parent d82a5cc4
No related merge requests found
Pipeline #69825288 running with stages
......@@ -78,6 +78,7 @@ export class CommentPosterComponent {
this.inProgress = true;
if (!this.content && !this.attachment.has()) {
this.inProgress = false;
return;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment