fix: do not expand the instance list when request is pending

This commit is contained in:
jialin
2025-04-21 18:18:23 +08:00
parent 43b71c7532
commit d60e052f05
3 changed files with 4 additions and 4 deletions
+1 -2
View File
@@ -40,7 +40,6 @@ import dayjs from 'dayjs';
import { useAtom } from 'jotai';
import _ from 'lodash';
import React, {
memo,
useCallback,
useEffect,
useMemo,
@@ -880,4 +879,4 @@ const Models: React.FC<ModelsProps> = ({
);
};
export default memo(Models);
export default Models;