Skip to content

Commit

Permalink
fix: cannot remove external idp scope
Browse files Browse the repository at this point in the history
  • Loading branch information
aguacongas committed Oct 9, 2020
1 parent 5ec7f66 commit a7a2f17
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ public partial class ScopeCollection
private void OnDelete(string item)
{
Collection.Remove(item);
HandleModificationState.EntityUpdated(Model);
}

private void OnInput(ChangeEventArgs e)
Expand Down

0 comments on commit a7a2f17

Please sign in to comment.