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 hashicorp-ci
parent 96c5723d28
commit 25cc7e5cbc
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>