Skip to content

Commit

Permalink
more testing
Browse files Browse the repository at this point in the history
  • Loading branch information
squi-ddy committed May 26, 2024
1 parent 66b5139 commit c8ef99e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions frontend/src/components/viewer/RoleViewer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -165,9 +165,10 @@ export default class RoleViewer extends Vue {
emails: this.emailsWithRoles
})
}).then(() => EventBus.$emit('needRoleUpdate', () => {
console.log('debug', this.editedRole.rid);
this.$router.push({name: 'Role', params: {rid: this.editedRole.rid}});
this.saving = false;
console.log(JSON.stringify(this));
console.log('debug', this.editedRole.rid);
this.$router.push({name: 'Role', params: {rid: this.editedRole.rid}});
this.saving = false;
})).catch(err => {
this.saving = false;
alert(err);
Expand Down

0 comments on commit c8ef99e

Please # to comment.