ui: Update onchange value target for sorting tokens (#8399)

pull/8369/head
Kenia 4 years ago committed by GitHub
parent b8a8435643
commit fb99346b60
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save