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"
|
||||
@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