diff --git a/editor.planx.uk/src/@planx/components/List/schemas/ResidentialUnits/GLA/New.ts b/editor.planx.uk/src/@planx/components/List/schemas/ResidentialUnits/GLA/New.ts index bb662e6135..f72d707a49 100644 --- a/editor.planx.uk/src/@planx/components/List/schemas/ResidentialUnits/GLA/New.ts +++ b/editor.planx.uk/src/@planx/components/List/schemas/ResidentialUnits/GLA/New.ts @@ -3,6 +3,18 @@ import { Schema } from "@planx/components/List/model"; export const ResidentialUnitsGLANew: Schema = { type: "New built residential unit", fields: [ + { + type: "question", + data: { + title: "What development does this unit result from?", + fn: "development", + options: [ + { id: "newBuild", data: { text: "New build", val: "newBuild" } }, + { id: "changeOfUseFrom", data: { text: "Change of use of existing single home", val: "changeOfUseFrom" } }, + { id: "changeOfUseTo", data: { text: "Change of use to a home", val: "changeOfUseTo" } }, + ], + }, + }, { type: "number", data: {