Skip to content

Commit

Permalink
added comments to pit scouting
Browse files Browse the repository at this point in the history
  • Loading branch information
BenM-BenM committed Mar 8, 2024
1 parent e9dc940 commit 26daa79
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/lib/formLayout.ts
Original file line number Diff line number Diff line change
Expand Up @@ -334,6 +334,15 @@ export const PSForm: Form = {
id: "fave colour",
maxLength: 42
}
},
{
type: "input",
label: "Comments",
component: {
type: "Textbox",
id: "comments",
maxLength: 200
}
}
]
}
Expand Down

0 comments on commit 26daa79

Please sign in to comment.