Skip to content

Commit

Permalink
GroupMembersPage: After group deleted, redirect to groups page
Browse files Browse the repository at this point in the history
  • Loading branch information
nucleogenesis committed Oct 3, 2024
1 parent 3cbb569 commit 1fd6a5a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@
handleSuccessDeleteGroup() {
this.showSnackbarNotification('groupDeleted');
this.displayModal(false);
this.$router.push(this.$router.getRoute('GroupsPage'));
},
handleOptionSelect(value) {
switch (value) {
Expand Down

0 comments on commit 1fd6a5a

Please sign in to comment.