feat: add pagination for searching models

This commit is contained in:
jialin
2025-06-10 19:24:13 +08:00
parent 0eaa3aeeb7
commit 281d8bddc1
7 changed files with 183 additions and 64 deletions
+2 -1
View File
@@ -470,8 +470,9 @@ export const useCheckCompatibility = () => {
if (currentRequestId === requestIdRef.current) {
handleShowCompatibleAlert?.(evalutionData);
return evalutionData;
}
return evalutionData;
return null;
};
const checkRequiredValue = (allValues: any) => {