Ghost/ghost/admin/app/components/gh-member-single-label-input.hbs
Rishabh 6d9b8175a2 Wired bulk action operations on filtered members list
closes https://github.com/TryGhost/Team/issues/969

Wires the bulk action operation UI to Ghost API to perform operations on filtered member list - unsubscribe filtered members, add label to filtered members or remove label from filtered members
2021-08-13 21:50:46 +05:30

11 lines
265 B
Handlebars

<span class="gh-select">
<OneWaySelect
@options={{this.availableLabels}}
@optionValuePath="id"
@optionLabelPath="name"
@optionTargetPath="id"
@update={{this.updateLabel}}
/>
{{svg-jar "arrow-down-small"}}
</span>