fix(share): 🐛 Delete collaborator
This commit is contained in:
@ -200,7 +200,7 @@ export const CollaborationList = () => {
|
|||||||
name={user.name ?? undefined}
|
name={user.name ?? undefined}
|
||||||
type={type}
|
type={type}
|
||||||
isOwner={isOwner}
|
isOwner={isOwner}
|
||||||
onDeleteClick={handleDeleteCollaboration(user.email ?? '')}
|
onDeleteClick={handleDeleteCollaboration(userId ?? '')}
|
||||||
onChangeCollaborationType={handleChangeCollaborationType(userId)}
|
onChangeCollaborationType={handleChangeCollaborationType(userId)}
|
||||||
/>
|
/>
|
||||||
))}
|
))}
|
||||||
|
Reference in New Issue
Block a user