Skip to content

Commit

Permalink
Update Proposed.ts (#3257)
Browse files Browse the repository at this point in the history
  • Loading branch information
augustlindemer authored Jun 10, 2024
1 parent d8f349d commit c1c403a
Showing 1 changed file with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@ import { Schema } from "../../model";
export const ResidentialUnitsProposed: Schema = {
type: "Proposed 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: "question",
data: {
Expand Down

0 comments on commit c1c403a

Please sign in to comment.