mirror of
https://github.com/FranP-code/ChatGPT.git
synced 2025-10-13 00:13:25 +00:00
chore: sync
This commit is contained in:
1
src/view/model/SyncMore/index.tsx
vendored
1
src/view/model/SyncMore/index.tsx
vendored
@@ -15,7 +15,6 @@ const setTag = (data: Record<string, any>[]) => data.map((i) => ({ ...i, tags: [
|
|||||||
|
|
||||||
export default function SyncMore() {
|
export default function SyncMore() {
|
||||||
const [isVisible, setVisible] = useState(false);
|
const [isVisible, setVisible] = useState(false);
|
||||||
// const [modelPath, setChatModelPath] = useState('');
|
|
||||||
const { modelData, modelSet } = useChatModel('sync_url', CHAT_MODEL_SYNC_JSON);
|
const { modelData, modelSet } = useChatModel('sync_url', CHAT_MODEL_SYNC_JSON);
|
||||||
const { opData, opInit, opAdd, opRemove, opReplace, opSafeKey } = useData([]);
|
const { opData, opInit, opAdd, opRemove, opReplace, opSafeKey } = useData([]);
|
||||||
const { columns, ...opInfo } = useColumns(pathColumns());
|
const { columns, ...opInfo } = useColumns(pathColumns());
|
||||||
|
|||||||
Reference in New Issue
Block a user