Skip to content

Commit

Permalink
update form label of isExistingInfra
Browse files Browse the repository at this point in the history
  • Loading branch information
elsueno committed Jan 10, 2024
1 parent 4d802cc commit 6e1c7cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/subsubsections/components/SubsubsectionForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ export function SubsubsectionForm<S extends z.ZodType<any, any>>(props: FormProp
<LabeledTextField type="text" name="subTitle" label="Title" optional />
<GeometryInput />
{/* @ts-ignore */}
<LabeledCheckbox scope="isExistingInfra" label="Bestandsführung" />
<LabeledCheckbox scope="isExistingInfra" label="Bestandsführung – keine Maßnahme geplant" />
<div className="flex items-end gap-5">
<LabeledSelect
name="subsubsectionTaskId"
Expand Down

0 comments on commit 6e1c7cf

Please sign in to comment.