Update action menu bar (#8178)

Closes #8023
This commit is contained in:
Raphaël Bosi
2024-10-30 17:22:42 +01:00
committed by GitHub
parent 7dfde04957
commit 7a5d52e88d
6 changed files with 69 additions and 33 deletions

View File

@ -102,6 +102,7 @@ export const DeleteRecordsActionEffect = ({
position,
Icon: IconTrash,
accent: 'danger',
isPinned: true,
onClick: () => {
setIsDeleteRecordsModalOpen(true);
},