diff --git a/web/app/components/datasets/hit-testing/textarea.tsx b/web/app/components/datasets/hit-testing/textarea.tsx index e60a687c84..c5bb6a95cd 100644 --- a/web/app/components/datasets/hit-testing/textarea.tsx +++ b/web/app/components/datasets/hit-testing/textarea.tsx @@ -5,7 +5,7 @@ import { getIcon } from '../common/retrieval-method-info' import s from './style.module.css' import Tooltip from '@/app/components/base/tooltip' import cn from '@/utils/classnames' -import Textarea from '@/app/components/base/textarea' +// import Textarea from '@/app/components/base/textarea' import type { HitTestingResponse } from '@/models/datasets' import { hitTesting } from '@/service/datasets' import { asyncRunSafe } from '@/utils' @@ -89,8 +89,8 @@ const TextAreaWithButton = ({
-