diff --git a/src/view/model/SyncMore/index.tsx b/src/view/model/SyncMore/index.tsx index ad9d63c..d6c991f 100644 --- a/src/view/model/SyncMore/index.tsx +++ b/src/view/model/SyncMore/index.tsx @@ -15,7 +15,6 @@ const setTag = (data: Record[]) => data.map((i) => ({ ...i, tags: [ export default function SyncMore() { const [isVisible, setVisible] = useState(false); - // const [modelPath, setChatModelPath] = useState(''); const { modelData, modelSet } = useChatModel('sync_url', CHAT_MODEL_SYNC_JSON); const { opData, opInit, opAdd, opRemove, opReplace, opSafeKey } = useData([]); const { columns, ...opInfo } = useColumns(pathColumns());