Added storage for occupancy printing
This commit is contained in:
parent
7aa83e5c69
commit
931123656b
1 changed files with 4 additions and 0 deletions
|
|
@ -19,3 +19,7 @@ export const _signatureApprover = atom('')
|
||||||
|
|
||||||
export const _approvedDate = atom('')
|
export const _approvedDate = atom('')
|
||||||
export const _assessedDate = atom('')
|
export const _assessedDate = atom('')
|
||||||
|
|
||||||
|
export const _units = atom(0)
|
||||||
|
export const _totalUnits = atom(0)
|
||||||
|
export const _floorArea = atom(0)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue