From f0285a53d271c5656260d99c6f5635330c50fee2 Mon Sep 17 00:00:00 2001 From: JzoNg Date: Sun, 29 Sep 2024 15:53:10 +0800 Subject: [PATCH] fix style of textarea in retrivel test --- web/app/components/datasets/hit-testing/textarea.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 = ({
-