Skip to content

Commit

Permalink
Rename argument
Browse files Browse the repository at this point in the history
  • Loading branch information
mkszepp committed Jan 8, 2024
1 parent 3d22ece commit 2db348b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ember-power-select/src/components/power-select.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@
@ariaActiveDescendant={{concat publicAPI.uniqueId "-" this.highlightedIndex}}
@ariaLabelledBy={{@ariaLabelledBy}}
@ariaLabel={{@ariaLabel}}
as |opt term|>
{{yield opt term}}
as |opt select|>
{{yield opt select}}
</Trigger>
{{/let}}
</dropdown.Trigger>
Expand Down

0 comments on commit 2db348b

Please sign in to comment.