Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
squi-ddy committed May 26, 2024
1 parent 347f120 commit 66b5139
Show file tree
Hide file tree
Showing 3 changed files with 183 additions and 8 deletions.
180 changes: 180 additions & 0 deletions backend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions frontend/src/components/viewer/RoleViewer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -165,8 +165,9 @@ export default class RoleViewer extends Vue {
emails: this.emailsWithRoles
})
}).then(() => EventBus.$emit('needRoleUpdate', () => {
this.$router.push({name: 'Role', params: {rid: this.editedRole.rid}});
this.saving = false;
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
6 changes: 0 additions & 6 deletions package-lock.json

This file was deleted.

0 comments on commit 66b5139

Please sign in to comment.