fix category
This commit is contained in:
parent
d2f315716e
commit
29a0eb1919
@ -655,7 +655,7 @@ export const dataFields = { /* eslint-disable @typescript-eslint/camelcase */
|
|||||||
example: 2020
|
example: 2020
|
||||||
},
|
},
|
||||||
developer_type: {
|
developer_type: {
|
||||||
category: Category.Community,
|
category: Category.Team,
|
||||||
title: "What type of developer built the building?",
|
title: "What type of developer built the building?",
|
||||||
example: "",
|
example: "",
|
||||||
items: [
|
items: [
|
||||||
@ -667,7 +667,7 @@ export const dataFields = { /* eslint-disable @typescript-eslint/camelcase */
|
|||||||
"Private (company/estate)",
|
"Private (company/estate)",
|
||||||
"Other"
|
"Other"
|
||||||
]
|
]
|
||||||
},
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
export const allFieldsConfig = {...dataFields, ...buildingUserFields};
|
export const allFieldsConfig = {...dataFields, ...buildingUserFields};
|
Loading…
Reference in New Issue
Block a user