Skip to content

Commit

Permalink
feat(frontend/magic-link): disable button when task is unset
Browse files Browse the repository at this point in the history
  • Loading branch information
c0rydoras committed Aug 14, 2024
1 parent 9d7ce6b commit da2a8c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/app/components/magic-link-modal/template.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
<button
class="btn btn-default margin-small-left"
{{on "click" this.copyToClipboard}}
disabled={{not this.magicLinkString}}
disabled={{not this.task}}
type="button"
data-test-create-magic-link-btn
>
Expand Down

0 comments on commit da2a8c6

Please sign in to comment.