2
0

fix(share): 🐛 Delete collaborator

This commit is contained in:
Baptiste Arnaud
2022-04-08 09:00:03 -05:00
parent 6e90ad1b70
commit c5919a766f

View File

@ -200,7 +200,7 @@ export const CollaborationList = () => {
name={user.name ?? undefined}
type={type}
isOwner={isOwner}
onDeleteClick={handleDeleteCollaboration(user.email ?? '')}
onDeleteClick={handleDeleteCollaboration(userId ?? '')}
onChangeCollaborationType={handleChangeCollaborationType(userId)}
/>
))}