mirror of https://github.com/status-im/consul.git
ui: Fix up on the onchange value to target for soting intentions (#8398)
This commit is contained in:
parent
31e7e32fe7
commit
fe0a835fd1
|
@ -40,7 +40,7 @@
|
||||||
@secondary="sort"
|
@secondary="sort"
|
||||||
@selected={{sort.selected}}
|
@selected={{sort.selected}}
|
||||||
@options={{sort.items}}
|
@options={{sort.items}}
|
||||||
@onchange={{action (mut sortBy) value='target.value'}}
|
@onchange={{action (mut sortBy) value='target.selected.key'}}
|
||||||
/>
|
/>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
</BlockSlot>
|
</BlockSlot>
|
||||||
|
|
Loading…
Reference in New Issue