From 11ee80d37706d18ed2173d5c3e0658bf2ec8118b Mon Sep 17 00:00:00 2001 From: t0ng7u Date: Mon, 4 Aug 2025 21:58:10 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=8D=8E=20chore:=20modify=20the=20`JSONEdi?= =?UTF-8?q?tor`=20component=20import=20path?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/src/components/common/{ => ui}/JSONEditor.js | 0 web/src/components/table/channels/modals/EditChannelModal.jsx | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename web/src/components/common/{ => ui}/JSONEditor.js (100%) diff --git a/web/src/components/common/JSONEditor.js b/web/src/components/common/ui/JSONEditor.js similarity index 100% rename from web/src/components/common/JSONEditor.js rename to web/src/components/common/ui/JSONEditor.js diff --git a/web/src/components/table/channels/modals/EditChannelModal.jsx b/web/src/components/table/channels/modals/EditChannelModal.jsx index 8c8bdb70..c13aca13 100644 --- a/web/src/components/table/channels/modals/EditChannelModal.jsx +++ b/web/src/components/table/channels/modals/EditChannelModal.jsx @@ -48,7 +48,7 @@ import { } from '@douyinfe/semi-ui'; import { getChannelModels, copy, getChannelIcon, getModelCategories, selectFilter } from '../../../../helpers'; import ModelSelectModal from './ModelSelectModal'; -import JSONEditor from '../../../common/JSONEditor'; +import JSONEditor from '../../../common/ui/JSONEditor'; import { IconSave, IconClose,