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,
},
location_name: {
edit: false,
edit: true,
verify: true,
},
location_number: {
@ -64,17 +64,17 @@ export const buildingAttributesConfig = valueType<DataFieldConfig>()({ /* 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,