allow edits location fields
This commit is contained in:
parent
5d3fc148e0
commit
c026bed54d
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user