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" @secondary="sort"
@selected={{sort.selected}} @selected={{sort.selected}}
@options={{sort.items}} @options={{sort.items}}
@onchange={{action (mut sortBy) value='target.value'}} @onchange={{action (mut sortBy) value='target.selected.key'}}
/> />
{{/if}} {{/if}}
</BlockSlot> </BlockSlot>

Loading…
Cancel
Save