From ae7a5af7ff297ad6ad22a6c617f86adc710c379e Mon Sep 17 00:00:00 2001 From: leslie2046 <253605712@qq.com> Date: Sun, 16 Feb 2025 20:33:34 +0800 Subject: [PATCH] modify --- web/app/components/app/annotation/header-opts/index.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/web/app/components/app/annotation/header-opts/index.tsx b/web/app/components/app/annotation/header-opts/index.tsx index 5b7841ee94..269e4eeb2c 100644 --- a/web/app/components/app/annotation/header-opts/index.tsx +++ b/web/app/components/app/annotation/header-opts/index.tsx @@ -5,6 +5,7 @@ import { useTranslation } from 'react-i18next' import { RiAddLine, RiMoreFill, + RiDeleteBinLine } from '@remixicon/react' import { useContext } from 'use-context-selector' import { @@ -144,7 +145,7 @@ const HeaderOptions: FC = ({ onClick={handleClearAll} className='h-9 py-2 px-3 mx-1 flex items-center space-x-2 hover:bg-red-50 rounded-lg cursor-pointer disabled:opacity-50 w-[calc(100%_-_8px)] text-red-600' > - + {t('appAnnotation.table.header.clearAll')}