Skip to content

Commit

Permalink
#5865 Fix error with notifications when modifying language settings
Browse files Browse the repository at this point in the history
  • Loading branch information
NateWr committed Jun 9, 2020
1 parent dc1ca2a commit 223ead8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/controllers/linkAction/LinkActionHandler.js
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@
// redirection.
this.trigger('redirectDataChangedToGrid', [eventData]);
}
this.trigger('notifyUser', [this.getHtmlElement()]);
this.trigger('notifyUser');
};


Expand Down

0 comments on commit 223ead8

Please sign in to comment.