From c026bed54d53bcb38543d202a354797fb6a9350b Mon Sep 17 00:00:00 2001 From: Ed Chalstrey Date: Tue, 5 Jul 2022 16:16:25 +0100 Subject: [PATCH] allow edits location fields --- app/src/api/config/dataFields.ts | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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,