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
@@ -51,7 +51,7 @@ export interface BackGroupOption {
label: string;
value: string;
title?: string;
children: BackendOption[];
options: BackendOption[];
}
export const backendOptionsAtom = atom<BackGroupOption[]>([]);