Просмотр исходного кода

🍎 chore: modify the `JSONEditor` component import path

t0ng7u 7 месяцев назад
Родитель
Сommit
11ee80d377

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