Skip to content

Commit

Permalink
Merge pull request #123 from nickschot/fix-docs
Browse files Browse the repository at this point in the history
Fix docs runtime error
  • Loading branch information
nickschot authored Dec 30, 2023
2 parents d5d9c11 + 9cf8fe6 commit 0501773
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/dummy/app/templates/docs/components/model-select.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ The model-select can also be used with a block form. Each of the models is yield
<ModelSelect
@modelName="user"
@labelProperty="name"
@selectedModel={{user3}}
@selectedModel={{this.user3}}
@onChange={{fn (mut this.user3)}}

@allowClear={{true}}
Expand Down

0 comments on commit 0501773

Please sign in to comment.