2021-05-14 18:01:14 +03:00
|
|
|
<span class="gh-select">
|
|
|
|
<OneWaySelect @value={{this.selectedVisibility}}
|
|
|
|
@options={{this.availableVisibilities}}
|
|
|
|
@optionValuePath="name"
|
|
|
|
@optionLabelPath="label"
|
|
|
|
@optionTargetPath="name"
|
|
|
|
@update={{action "updateVisibility"}}
|
2022-12-08 07:26:44 +03:00
|
|
|
@data-test-select="post-visibility"
|
2021-05-14 18:01:14 +03:00
|
|
|
/>
|
|
|
|
{{svg-jar "arrow-down-small"}}
|
|
|
|
</span>
|