Skip to content

Commit

Permalink
Update ExistingAndProposedUses.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
augustlindemer authored Jun 11, 2024
1 parent 6dbe7e7 commit c452e46
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export const ExistingAndProposedUsesGLA: Schema = {
data: {
title: "What is the gross internal floor area lost?",
units: "m²",
fn: "areaLost", // area.lost
fn: "areaLoss", // area.loss
allowNegatives: false,
},
},
Expand All @@ -47,7 +47,7 @@ export const ExistingAndProposedUsesGLA: Schema = {
data: {
title: "What is the gross internal floor area gained?",
units: "m²",
fn: "areaGained", // area.gained
fn: "areaGain", // area.gain
allowNegatives: false,
},
},
Expand Down

0 comments on commit c452e46

Please sign in to comment.