فهرست منبع

🍎 chore: modify the `JSONEditor` component import path

t0ng7u 7 ماه پیش
والد
کامیت
11ee80d377
2فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 0 0
      web/src/components/common/ui/JSONEditor.js
  2. 1 1
      web/src/components/table/channels/modals/EditChannelModal.jsx

+ 0 - 0
web/src/components/common/JSONEditor.js → web/src/components/common/ui/JSONEditor.js


+ 1 - 1
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,