fix: invalid dataset data clear (#3927)
* fix: collection list count * fix: collection list count * fix: invalid dataset data clear * update ts * perf: cron clear invalid data * perf: init * perf: clear invalid code * update init * perf: clear invalid code * perf: clear invalid code * perf: init count * batch init * batch init * batch init * batch init * add comment * perf: init * fix: api proxy type
This commit is contained in:
@@ -135,7 +135,6 @@ const ModelTest = ({ models, onClose }: { models: string[]; onClose: () => void
|
||||
}
|
||||
);
|
||||
|
||||
console.log(testModelList);
|
||||
return (
|
||||
<MyModal
|
||||
iconSrc={'core/chat/sendLight'}
|
||||
|
||||
@@ -119,7 +119,7 @@ const ChannelLog = ({ Tab }: { Tab: React.ReactNode }) => {
|
||||
},
|
||||
...res
|
||||
];
|
||||
}, [systemModelList]);
|
||||
}, [systemModelList, t]);
|
||||
|
||||
const { data, isLoading, ScrollData } = useScrollPagination(getChannelLog, {
|
||||
pageSize: 20,
|
||||
|
||||
Reference in New Issue
Block a user