fix: revert backend selection
This commit is contained in:
+1
-1
@@ -51,7 +51,7 @@ export interface BackGroupOption {
|
||||
label: string;
|
||||
value: string;
|
||||
title?: string;
|
||||
children: BackendOption[];
|
||||
options: BackendOption[];
|
||||
}
|
||||
|
||||
export const backendOptionsAtom = atom<BackGroupOption[]>([]);
|
||||
|
||||
Reference in New Issue
Block a user