diff --git a/frontend/src/components/viewer/RoleViewer.vue b/frontend/src/components/viewer/RoleViewer.vue index 47d9e90..4ae745e 100644 --- a/frontend/src/components/viewer/RoleViewer.vue +++ b/frontend/src/components/viewer/RoleViewer.vue @@ -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;