feat: add pagination for searching models
This commit is contained in:
@@ -470,8 +470,9 @@ export const useCheckCompatibility = () => {
|
||||
|
||||
if (currentRequestId === requestIdRef.current) {
|
||||
handleShowCompatibleAlert?.(evalutionData);
|
||||
return evalutionData;
|
||||
}
|
||||
return evalutionData;
|
||||
return null;
|
||||
};
|
||||
|
||||
const checkRequiredValue = (allValues: any) => {
|
||||
|
||||
Reference in New Issue
Block a user