From 6abe7c783ee1fbff1ba85c19f10f08258f30860e Mon Sep 17 00:00:00 2001 From: lencx Date: Fri, 23 Dec 2022 00:44:08 +0800 Subject: [PATCH] chore: sync --- src/view/model/SyncMore/index.tsx | 1 - 1 file changed, 1 deletion(-) 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());