Redesigned users list to be responsive and aligned

This commit is contained in:
Dan Brown
2022-10-29 15:23:21 +01:00
parent 2a65331573
commit 986346a0e9
13 changed files with 127 additions and 86 deletions

View File

@ -62,7 +62,7 @@ class EntityPermissions {
}
removeRowOnButtonClick(button) {
const row = button.closest('.content-permissions-row');
const row = button.closest('.item-list-row');
const roleId = button.dataset.roleId;
const roleName = button.dataset.roleName;