From 4c37847ea4931aaa8976ec2150b256a24721eeb0 Mon Sep 17 00:00:00 2001 From: KVOJJJin Date: Wed, 19 Jun 2024 14:53:19 +0800 Subject: [PATCH] Fix: use new button (#5384) --- .../chat/embedded-chatbot/config-panel/index.tsx | 4 ++-- .../components/datasets/create/step-one/index.tsx | 2 +- .../create/website/firecrawl/base/url-input.tsx | 2 +- .../components/datasets/create/website/no-data.tsx | 2 +- .../components/datasets/documents/rename-modal.tsx | 2 +- .../data-source-website/config-firecrawl-modal.tsx | 2 +- .../model-modal/model-load-balancing-entry-modal.tsx | 2 +- .../model-load-balancing-modal.tsx | 2 +- .../plugins/link-editor-plugin/component.tsx | 2 +- web/package.json | 3 ++- web/yarn.lock | 12 ++++++++++++ 11 files changed, 24 insertions(+), 11 deletions(-) diff --git a/web/app/components/base/chat/embedded-chatbot/config-panel/index.tsx b/web/app/components/base/chat/embedded-chatbot/config-panel/index.tsx index 2f1f6069cf..29170cd3b0 100644 --- a/web/app/components/base/chat/embedded-chatbot/config-panel/index.tsx +++ b/web/app/components/base/chat/embedded-chatbot/config-panel/index.tsx @@ -94,7 +94,7 @@ const ConfigPanel = () => {
)} - + )} {!datasetId && ( diff --git a/web/app/components/datasets/create/website/firecrawl/base/url-input.tsx b/web/app/components/datasets/create/website/firecrawl/base/url-input.tsx index 2240a378dc..2e664f4886 100644 --- a/web/app/components/datasets/create/website/firecrawl/base/url-input.tsx +++ b/web/app/components/datasets/create/website/firecrawl/base/url-input.tsx @@ -35,7 +35,7 @@ const UrlInput: FC = ({ placeholder='https://docs.dify.ai' /> diff --git a/web/app/components/datasets/documents/rename-modal.tsx b/web/app/components/datasets/documents/rename-modal.tsx index 545c786258..401115b7b9 100644 --- a/web/app/components/datasets/documents/rename-modal.tsx +++ b/web/app/components/datasets/documents/rename-modal.tsx @@ -66,7 +66,7 @@ const RenameModal: FC = ({
- +
) diff --git a/web/app/components/header/account-setting/data-source-page/data-source-website/config-firecrawl-modal.tsx b/web/app/components/header/account-setting/data-source-page/data-source-website/config-firecrawl-modal.tsx index 983fb29b03..8fb2da70a4 100644 --- a/web/app/components/header/account-setting/data-source-page/data-source-website/config-firecrawl-modal.tsx +++ b/web/app/components/header/account-setting/data-source-page/data-source-website/config-firecrawl-modal.tsx @@ -130,7 +130,7 @@ const ConfigFirecrawlModal: FC = ({