fix: debounce for page change in search models

This commit is contained in:
jialin
2025-06-17 11:50:33 +08:00
parent 2c5100b2ed
commit 0133524f09
6 changed files with 71 additions and 9 deletions
@@ -15,6 +15,7 @@ interface FormContextProps {
interface FormInnerContextProps {
onBackendChange?: (backend: string) => void;
onValuesChange?: (changedValues: any, allValues: any) => void;
gpuOptions?: any[];
}