Skip to content

Commit

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

0 comments on commit 350e2f9

Please # to comment.