mirror of
https://github.com/Infisical/infisical.git
synced 2025-03-28 15:29:21 +00:00
fix issue on removing member from project
This commit is contained in:
@ -261,7 +261,9 @@ export const MemberListTab = () => {
|
||||
ariaLabel="update"
|
||||
className="ml-4"
|
||||
isDisabled={userId === u?.id || !isAllowed}
|
||||
onClick={() => handlePopUpOpen("removeMember", { email: u.email })}
|
||||
onClick={() =>
|
||||
handlePopUpOpen("removeMember", { username: u.username })
|
||||
}
|
||||
>
|
||||
<FontAwesomeIcon icon={faXmark} />
|
||||
</IconButton>
|
||||
|
Reference in New Issue
Block a user