fix category

This commit is contained in:
Ed Chalstrey 2022-06-01 15:49:27 +01:00
parent d2f315716e
commit 29a0eb1919

View File

@ -655,7 +655,7 @@ export const dataFields = { /* eslint-disable @typescript-eslint/camelcase */
example: 2020
},
developer_type: {
category: Category.Community,
category: Category.Team,
title: "What type of developer built the building?",
example: "",
items: [
@ -667,7 +667,7 @@ export const dataFields = { /* eslint-disable @typescript-eslint/camelcase */
"Private (company/estate)",
"Other"
]
},
}
};
export const allFieldsConfig = {...dataFields, ...buildingUserFields};