Raphaël Bosi
2025-03-04 17:27:14 +01:00
committed by GitHub
parent d6171c66df
commit 9da973592d
28 changed files with 360 additions and 32 deletions

View File

@ -218,7 +218,7 @@ export const CurrentWorkspaceMemberFavorites = ({
title={`Remove ${folder.favorites.length} ${folder.favorites.length > 1 ? 'favorites' : 'favorite'}?`}
subtitle={`This action will delete this favorite folder ${folder.favorites.length > 1 ? `and all ${folder.favorites.length} favorites` : 'and the favorite'} inside. Do you want to continue?`}
onConfirmClick={handleConfirmDelete}
deleteButtonText="Delete Folder"
confirmButtonText="Delete Folder"
/>,
document.body,
)}