Skip to content

Commit

Permalink
Notifications / Errors / Fix message on group creation (#7295)
Browse files Browse the repository at this point in the history
  • Loading branch information
fxprunayre authored Aug 29, 2023
1 parent 3a33b6e commit b45a697
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -691,10 +691,10 @@
});
};

var createOrModifyGroupError = function (data) {
var createOrModifyGroupError = function (response) {
$rootScope.$broadcast("StatusUpdated", {
title: $translate.instant("groupUpdateError"),
error: data,
error: response.data,
timeout: 0,
type: "danger"
});
Expand Down

0 comments on commit b45a697

Please sign in to comment.