mirror of https://github.com/status-im/consul.git
ui: Update onchange value target for sorting tokens (#8399)
This commit is contained in:
parent
96c5723d28
commit
25cc7e5cbc
|
@ -48,7 +48,7 @@
|
|||
@secondary="sort"
|
||||
@selected={{sort.selected}}
|
||||
@options={{sort.items}}
|
||||
@onchange={{action (mut sortBy) value='target.value'}}
|
||||
@onchange={{action (mut sortBy) value='target.selected.key'}}
|
||||
/>
|
||||
{{/if}}
|
||||
</BlockSlot>
|
||||
|
|
Loading…
Reference in New Issue