Skip to content

Commit

Permalink
Remove double editorService.close() (umbraco#9301)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthew-darby authored Nov 18, 2020
1 parent 8de2f49 commit 8a1e281
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ function memberGroupPicker($scope, editorService, memberGroupResource){
// no new groups selected
editorService.close();
}
editorService.close();
},
close: function() {
editorService.close();
Expand Down

0 comments on commit 8a1e281

Please sign in to comment.