Skip to content
This repository has been archived by the owner on Nov 28, 2022. It is now read-only.

Commit

Permalink
Fixed publish menu input toggle not disabled for 0 members
Browse files Browse the repository at this point in the history
  • Loading branch information
rishabhgrg committed Nov 7, 2019
1 parent c36c7a1 commit 6da000c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/templates/components/gh-publishmenu-draft.hbs
Expand Up @@ -30,7 +30,7 @@
<div class="gh-loading-spinner" style="zoom: 50%"></div>
{{else}}
{{#unless this.deliveredAction}}
<div class="for-checkbox">
<div class="for-checkbox {{if disableEmailOption "pe-none"}}">
<div class="checkbox" for="email-when-published-checkbox">
<Input @checked={{this.sendEmailWhenPublished}} @type="checkbox" @id="email-when-published-checkbox" @name="email-when-published" @disabled={{disableEmailOption}} />
<span
Expand Down

0 comments on commit 6da000c

Please sign in to comment.