Add lat/long to the list of reviewed items
This commit is contained in:
parent
edcb48f84f
commit
a1e6f930cb
1 changed files with 2 additions and 0 deletions
|
|
@ -54,6 +54,8 @@
|
|||
const unchanged = [];
|
||||
|
||||
const fields = [
|
||||
{ key: "latitude", label: "Latitude" },
|
||||
{ key: "longitude", label: "Longitude" },
|
||||
{ key: "poolCondition", label: "Pool condition" },
|
||||
{ key: "ownerContact", label: "Owner contact" },
|
||||
{ key: "residentContact", label: "Resident contact" },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue