diff --git a/frontend/src/component/archive/ArchiveTable/ArchiveBatchActions.tsx b/frontend/src/component/archive/ArchiveTable/ArchiveBatchActions.tsx index 65983dbf3b..1c31abf1e6 100644 --- a/frontend/src/component/archive/ArchiveTable/ArchiveBatchActions.tsx +++ b/frontend/src/component/archive/ArchiveTable/ArchiveBatchActions.tsx @@ -1,6 +1,6 @@ import { FC, useState } from 'react'; import { Button } from '@mui/material'; -import { Undo } from '@mui/icons-material'; +import { Delete, Undo } from '@mui/icons-material'; import { DELETE_FEATURE, UPDATE_FEATURE, @@ -69,7 +69,7 @@ export const ArchiveBatchActions: FC = ({ {({ hasAccess }) => (