fix: debounce for page change in search models
This commit is contained in:
@@ -15,6 +15,7 @@ interface FormContextProps {
|
||||
|
||||
interface FormInnerContextProps {
|
||||
onBackendChange?: (backend: string) => void;
|
||||
onValuesChange?: (changedValues: any, allValues: any) => void;
|
||||
gpuOptions?: any[];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user