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
@@ -248,6 +248,7 @@ const DataForm: React.FC<DataFormProps> = forwardRef((props, ref) => {
<FormInnerContext.Provider
value={{
onBackendChange: handleBackendChange,
onValuesChange: onValuesChange,
gpuOptions: gpuOptions
}}
>