From 29c41bf8e8bfbae5c539e978c7196e67089f8f46 Mon Sep 17 00:00:00 2001 From: Joel Date: Mon, 16 Dec 2024 18:30:02 +0800 Subject: [PATCH] fix: retrieval ui --- .../datasets/hit-testing/textarea.tsx | 29 +++++++++---------- 1 file changed, 14 insertions(+), 15 deletions(-) diff --git a/web/app/components/datasets/hit-testing/textarea.tsx b/web/app/components/datasets/hit-testing/textarea.tsx index ac448cc493..fcd72a2f1b 100644 --- a/web/app/components/datasets/hit-testing/textarea.tsx +++ b/web/app/components/datasets/hit-testing/textarea.tsx @@ -5,7 +5,6 @@ import { } from '@remixicon/react' import Image from 'next/image' import Button from '../../base/button' -import Tag from '../../base/tag' import { getIcon } from '../common/retrieval-method-info' import ModifyExternalRetrievalModal from './modify-external-retrieval-modal' import Tooltip from '@/app/components/base/tooltip' @@ -145,11 +144,11 @@ const TextAreaWithButton = ({ /> ) } -
+
-
+