fix: expand all model clear instances cache

This commit is contained in:
jialin
2025-12-23 10:51:58 +08:00
parent 32bdbc693a
commit 480b238e44
+1
View File
@@ -220,6 +220,7 @@ const Models: React.FC = () => {
const createModelsInstanceChunkRequest = useMemoizedFn(async () => {
chunkInstanceRequedtRef.current?.current?.cancel?.();
cacheInsDataListRef.current = [];
try {
chunkInstanceRequedtRef.current = setModelInstanceChunkRequest({
url: `${MODEL_INSTANCE_API}`,