fix: refresh enable backend state
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
import { atom } from 'jotai';
|
||||
|
||||
export const enabledBackendsAtom = atom<any>(null);
|
||||
Reference in New Issue
Block a user