Skip to content

Commit

Permalink
chore(tests/dummy/app/templates/demo/select): fixes topping selection.
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewhartstonge committed Dec 17, 2024
1 parent 6849926 commit 8444359
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/dummy/app/templates/demo/select.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
{{size}}
</PaperSelect>
<PaperSelect @options={{this.groupedToppings}} @label="Topping" @selected={{this.topping}} @onChange={{action (mut this.topping)}} as |topping|>
{{this.topping}}
{{topping}}
</PaperSelect>
{{! END-SNIPPET }}
</div>
Expand Down

0 comments on commit 8444359

Please sign in to comment.