Skip to content

Commit

Permalink
fix(frontend): comment not saved when starting an activity (#359)
Browse files Browse the repository at this point in the history
  • Loading branch information
MitanOmar authored Jul 22, 2024
1 parent a24ea22 commit 7c66128
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/app/components/tracking-bar/template.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
name="comment"
spellcheck="true"
value={{this.tracking.activity.comment}}
{{on "change" (pick "target.value" (fn (mut this.tracking.activity.comment)))}}
disabled={{this.tracking.activity.active}}
/>
{{#if this.tracking.activity.task.project.customerVisible}}
Expand Down

0 comments on commit 7c66128

Please sign in to comment.