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 hashicorp-ci
parent 2179bb0dec
commit 78a6e6393f

View File

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