From 2db348bd9b6d19b8291d1b7d8a72bf3a652840cf Mon Sep 17 00:00:00 2001 From: Markus Sanin Date: Mon, 8 Jan 2024 12:38:05 +0100 Subject: [PATCH] Rename argument --- ember-power-select/src/components/power-select.hbs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ember-power-select/src/components/power-select.hbs b/ember-power-select/src/components/power-select.hbs index 25e216136..7787d2b5c 100644 --- a/ember-power-select/src/components/power-select.hbs +++ b/ember-power-select/src/components/power-select.hbs @@ -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}} {{/let}}