Skip to content

Commit

Permalink
fix(scopes): show updated parent after selection (#665)
Browse files Browse the repository at this point in the history
  • Loading branch information
derrabauke authored May 15, 2023
1 parent 312358b commit 2eb3440
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addon/templates/scopes/edit.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
>
<RelationshipSelect
@model={{sort-by "fullName" this.allOtherScopes}}
@selected={{@model.parent}}
@selected={{this.parent}}
@placeholder="{{t 'emeis.scopes.headings.parent'}}..."
@onChange={{this.setParent}}
as |scope|
Expand Down

0 comments on commit 2eb3440

Please sign in to comment.