add current_landuse_verified to data-fields-config

This commit is contained in:
Ed Chalstrey 2022-05-23 11:53:08 +01:00
parent 9600669c5e
commit f37ee00dac

View File

@ -220,7 +220,11 @@ export const dataFields = { /* eslint-disable @typescript-eslint/camelcase */
tooltip: "URL for current land use reference", tooltip: "URL for current land use reference",
example: ["", "", ""], example: ["", "", ""],
}, },
current_landuse_verified: {
category: Category.LandUse,
title: 'Has this land use been manually verified?',
example: true,
},
building_attachment_form: { building_attachment_form: {
category: Category.Type, category: Category.Type,
title: "Adjacency/configuration", title: "Adjacency/configuration",