Skip to content

Commit 438503f

Browse files
chore(tests/dummy/app/templates/demo/select): fixes topping selection.
1 parent 3a65b67 commit 438503f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/dummy/app/templates/demo/select.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
{{size}}
4242
</PaperSelect>
4343
<PaperSelect @options={{this.groupedToppings}} @label="Topping" @selected={{this.topping}} @onChange={{action (mut this.topping)}} as |topping|>
44-
{{this.topping}}
44+
{{topping}}
4545
</PaperSelect>
4646
{{! END-SNIPPET }}
4747
</div>

0 commit comments

Comments
 (0)