feat: remove user even if in a team

This commit is contained in:
Julien Froidefond
2025-08-25 22:04:39 +02:00
parent e8138ebcb3
commit d58ee314f7
4 changed files with 10 additions and 21 deletions

View File

@@ -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">