ui: Fix up on the onchange value to target for soting intentions (#8398)

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

View File

@ -40,7 +40,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>