From 72efc6bbe7a96ebb4d43088e52cf9887ca3db69c Mon Sep 17 00:00:00 2001 From: Ben M Date: Fri, 8 Mar 2024 12:31:52 -0500 Subject: [PATCH] Added shooting location to super scouting --- src/lib/formLayout.ts | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/lib/formLayout.ts b/src/lib/formLayout.ts index ec85bcf..33d12a9 100644 --- a/src/lib/formLayout.ts +++ b/src/lib/formLayout.ts @@ -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",