allow edits location fields

This commit is contained in:
Ed Chalstrey 2022-07-05 16:16:25 +01:00
parent 5d3fc148e0
commit c026bed54d

View File

@ -56,7 +56,7 @@ export const buildingAttributesConfig = valueType<DataFieldConfig>()({ /* eslint
verify: true, verify: true,
}, },
location_name: { location_name: {
edit: false, edit: true,
verify: true, verify: true,
}, },
location_number: { location_number: {
@ -64,17 +64,17 @@ export const buildingAttributesConfig = valueType<DataFieldConfig>()({ /* eslint
verify: true, verify: true,
}, },
location_street: { location_street: {
edit: false, edit: true,
verify: true, verify: true,
}, },
location_line_two: { location_line_two: {
edit: false, edit: true,
}, },
location_town: { location_town: {
edit: false, edit: true,
}, },
location_postcode: { location_postcode: {
edit: false, edit: true,
}, },
location_latitude: { location_latitude: {
edit: true, edit: true,