Ghost/ghost/admin/app/components/gh-member-single-label-input.hbs

11 lines
265 B
Handlebars
Raw Normal View History

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