-
Adrian Orłów authoredAdrian Orłów authored
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
drawer.constants.ts 439 B
import { DrawerState } from './drawer.types';
export const DRAWER_INITIAL_STATE: DrawerState = {
isOpen: false,
drawerName: 'none',
searchDrawerState: {
currentStep: 0,
stepType: 'none',
selectedValue: undefined,
listOfBioEnitites: [],
selectedSearchElement: '',
},
reactionDrawerState: {},
bioEntityDrawerState: {
drugs: {},
chemicals: {},
},
overlayDrawerState: {
currentStep: 0,
},
};