fix: revert backend selection

This commit is contained in:
jialin
2026-02-03 15:41:16 +08:00
parent 9a5a1bf555
commit 32f95f5d7d
4 changed files with 51 additions and 125 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ interface FormContextProps {
label: string;
value: string;
title?: string;
children: BackendOption[];
options: BackendOption[];
}[];
flatBackendOptions: BackendOption[];
initialValues?: FormData; // for editing model