mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-24 01:18:23 +00:00
modal overlapping issue
This commit is contained in:
parent
617a6fbc83
commit
f708adc7ba
1 changed files with 1 additions and 0 deletions
|
|
@ -132,6 +132,7 @@ function InviteUsersForm({
|
|||
const editUser = () => {
|
||||
const { newGroupsToAdd, groupsToRemove, selectedGroupsIds } = getEditedGroups();
|
||||
manageUser(currentEditingUser.id, selectedGroupsIds, newRole?.value, newGroupsToAdd, groupsToRemove);
|
||||
setIsChangeRoleModalOpen(false);
|
||||
};
|
||||
|
||||
const getEditedGroups = () => {
|
||||
|
|
|
|||
Loading…
Reference in a new issue