diff --git a/web/app/components/app/annotation/header-opts/index.tsx b/web/app/components/app/annotation/header-opts/index.tsx index 269e4eeb2c..da28c4e89b 100644 --- a/web/app/components/app/annotation/header-opts/index.tsx +++ b/web/app/components/app/annotation/header-opts/index.tsx @@ -79,9 +79,9 @@ const HeaderOptions: FC = ({ const [showBulkImportModal, setShowBulkImportModal] = useState(false) - const handleClearAll = async () => { + const handleClearAll = async () => { const isConfirmed= await confirm({ - title: t('appAnnotation.table.header.clearAllConfirm'), + message: t('appAnnotation.table.header.clearAllConfirm'), type: 'danger', }) if(isConfirmed){