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

This commit is contained in:
Kenia 2020-07-29 10:13:00 -04:00 committed by GitHub
parent 12c4bddcac
commit 6f073947a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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