Skip to content

Commit

Permalink
fixed issue with the role access not updating in the configure-access…
Browse files Browse the repository at this point in the history
… modal when permissions are being revoked.
  • Loading branch information
rkboyce committed Jul 23, 2023
1 parent 9aecc36 commit e18da14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/components/security/access/configure-access-modal.js
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ define([
this.isLoading(true);
try {
await this.revokeAccessFn(roleId, perm_type);
await this._loadAccessList();
await this.loadAccessList();
} catch (ex) {
console.log(ex);
}
Expand Down

0 comments on commit e18da14

Please sign in to comment.