Skip to content

Commit

Permalink
Added shooting location to super scouting
Browse files Browse the repository at this point in the history
  • Loading branch information
BenM-BenM committed Mar 8, 2024
1 parent d61d39d commit 72efc6b
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 @@ -161,6 +161,15 @@ export const SSForm: Form = {
maxLength: 100
}
},
{
type: "input",
label: "Where do they shoot from?",
component: {
type: "Textbox",
id: "shooting location",
maxLength: 100
}
},
{
type: "input",
label: "Comments",
Expand Down

0 comments on commit 72efc6b

Please sign in to comment.