Merge remote-tracking branch 'origin/qcast-pub' into dev
This commit is contained in:
commit
a7bef8ce51
17
src/store/circuitTrestleAtom.js
Normal file
17
src/store/circuitTrestleAtom.js
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
import { atom } from 'recoil'
|
||||||
|
|
||||||
|
export const makerState = atom({
|
||||||
|
key: 'makerState',
|
||||||
|
default: { makers: [], selectedMaker: null },
|
||||||
|
dangerouslyAllowMutability: true,
|
||||||
|
})
|
||||||
|
|
||||||
|
export const seriesState = atom({
|
||||||
|
key: 'seriesState',
|
||||||
|
default: { series: [], selectedSeries: [] },
|
||||||
|
})
|
||||||
|
|
||||||
|
export const modelState = atom({
|
||||||
|
key: 'modelState',
|
||||||
|
default: { models: [], selectedModels: [] },
|
||||||
|
})
|
||||||
Loading…
x
Reference in New Issue
Block a user