add planning_in_list to blackListedKeys
This commit is contained in:
parent
8d9f319aea
commit
9885bf4b73
@ -84,7 +84,8 @@ const withCopyEdit: (wc: React.ComponentType<CategoryViewProps>) => DataContaine
|
||||
|
||||
const categoryKeys = {};
|
||||
const blackListedKeys = ['current_landuse_order',
|
||||
'current_landuse_verified'
|
||||
'current_landuse_verified',
|
||||
'planning_in_list'
|
||||
]
|
||||
for (let key in dataFields) {
|
||||
let fieldName = props.building == undefined ? undefined : props.building[key];
|
||||
|
Loading…
Reference in New Issue
Block a user