diff --git a/static/js/permissions.js b/static/js/permissions.js index bd66f10..b2a4f9d 100644 --- a/static/js/permissions.js +++ b/static/js/permissions.js @@ -846,6 +846,8 @@ window.app = Vue.createApp({ this.showCreateRoleDialog = false this.editingRole = false this.selectedRole = null + this.roleUsersForView = [] + this.rolePermissionsForView = [] this.resetRoleForm() },