refactor: advance collapse

This commit is contained in:
jialin
2025-10-13 14:40:26 +08:00
parent a5c1b8e15f
commit 46ecc2467b
18 changed files with 423 additions and 177 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ interface FormContextProps {
formKey: DeployFormKey;
source: string;
pageAction: PageActionType;
gpuOptions?: any[];
gpuOptions: any[];
backendOptions: BackendOption[];
onValuesChange?: (changedValues: any, allValues: any) => void;
onBackendChange: (backend: string, option: any) => void;