Added storage for bldg additional
This commit is contained in:
parent
5c5651b87e
commit
b65cc72040
1 changed files with 4 additions and 0 deletions
|
|
@ -25,3 +25,7 @@ export const _totalUnits = atom(0)
|
||||||
export const _floorArea = atom(0)
|
export const _floorArea = atom(0)
|
||||||
|
|
||||||
export const _additional = atom(false)
|
export const _additional = atom(false)
|
||||||
|
export const _additionalFeeList = atom<string[]>([])
|
||||||
|
export const _additionalCodeList = atom<string[]>([])
|
||||||
|
export const _additionalAmountList = atom<string[]>([])
|
||||||
|
export const _additionalUnitList = atom<number[]>([])
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue