modal overlapping issue

This commit is contained in:
kriks7iitk 2024-07-16 13:28:08 +05:30
parent 617a6fbc83
commit f708adc7ba

View file

@ -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 = () => {