diff --git a/app/src/api/config/dataFields.ts b/app/src/api/config/dataFields.ts index faaea8be..a47ae630 100644 --- a/app/src/api/config/dataFields.ts +++ b/app/src/api/config/dataFields.ts @@ -56,7 +56,7 @@ export const buildingAttributesConfig = valueType()({ /* eslint verify: true, }, location_name: { - edit: false, + edit: true, verify: true, }, location_number: { @@ -64,17 +64,17 @@ export const buildingAttributesConfig = valueType()({ /* eslint verify: true, }, location_street: { - edit: false, + edit: true, verify: true, }, location_line_two: { - edit: false, + edit: true, }, location_town: { - edit: false, + edit: true, }, location_postcode: { - edit: false, + edit: true, }, location_latitude: { edit: true,