Feat/front temp seed custom objects (#2070)
* wip * Fixed bugs * Added flexible backend test
This commit is contained in:
@ -0,0 +1,6 @@
|
||||
import { atom } from 'recoil';
|
||||
|
||||
export const isFlexibleBackendEnabledState = atom<boolean>({
|
||||
key: 'isFlexibleBackendEnabledState',
|
||||
default: false,
|
||||
});
|
||||
Reference in New Issue
Block a user