Added dropdown label for specific recipient selection in publish settings

Refs https://github.com/TryGhost/Team/issues/1544
This commit is contained in:
Sanne de Vries 2022-05-12 14:49:07 +01:00
parent 07628be22b
commit 8932ba9b1a

View File

@ -79,6 +79,7 @@
{{/if}} {{/if}}
</div> </div>
{{#if this.isSpecificChecked}} {{#if this.isSpecificChecked}}
<label class="gh-main-section-header small bn">Selection</label>
<GhTokenInput <GhTokenInput
@class="select-members select-members-recipient" @class="select-members select-members-recipient"
@dropdownClass={{@dropdownClass}} @dropdownClass={{@dropdownClass}}