floorPlanObjectState 에 키 uuid 제거
This commit is contained in:
parent
e581d2fee8
commit
ee2888b7a8
@ -1,7 +1,6 @@
|
|||||||
import { atom } from 'recoil'
|
import { atom } from 'recoil'
|
||||||
import { v1 } from 'uuid'
|
|
||||||
export const floorPlanObjectState = atom({
|
export const floorPlanObjectState = atom({
|
||||||
key: `floorPlanObjectState/${v1()}`,
|
key: 'floorPlanObjectState',
|
||||||
default: {
|
default: {
|
||||||
floorPlanObjectNo: '', //물건번호
|
floorPlanObjectNo: '', //물건번호
|
||||||
},
|
},
|
||||||
@ -9,7 +8,7 @@ export const floorPlanObjectState = atom({
|
|||||||
})
|
})
|
||||||
|
|
||||||
export const estimateState = atom({
|
export const estimateState = atom({
|
||||||
key: `estimateState`,
|
key: 'estimateState',
|
||||||
default: {},
|
default: {},
|
||||||
dangerouslyAllowMutability: true,
|
dangerouslyAllowMutability: true,
|
||||||
})
|
})
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user