feat: remove user even if in a team
This commit is contained in:
@@ -58,7 +58,7 @@ export function UsersList({
|
||||
},
|
||||
]}
|
||||
onDelete={() => onDeleteUser(user)}
|
||||
canDelete={!user.teamName}
|
||||
canDelete={true}
|
||||
showSeparator={userIndex > 0}
|
||||
additionalInfo={
|
||||
<p className="text-slate-500 text-xs">
|
||||
|
||||
Reference in New Issue
Block a user