ui: Update onchange value target for sorting tokens (#8399)
This commit is contained in:
parent
12c4bddcac
commit
6f073947a0
|
@ -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