mirror of https://github.com/hashicorp/consul
ui: Update onchange value target for sorting tokens (#8399)
parent
b8a8435643
commit
fb99346b60
|
@ -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