chore: deploy form context provider

This commit is contained in:
jialin
2025-10-13 14:40:26 +08:00
parent 42217cf079
commit a9de153c00
17 changed files with 237 additions and 224 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ interface FormContextProps {
gpuOptions?: any[];
backendOptions: BackendOption[];
onValuesChange?: (changedValues: any, allValues: any) => void;
onBackendChange: (backend: string) => void;
onBackendChange: (backend: string, option: any) => void;
}
interface CatalogFormContextProps {