Skip to content

Commit

Permalink
Updated fouls in super scouting forms
Browse files Browse the repository at this point in the history
  • Loading branch information
BenM-BenM committed Mar 27, 2024
1 parent 7b572d1 commit 1d8df50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/formLayout.ts
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ export const SSForm: Form = {
component: {
type: "Dropdown",
id: "serious foul",
options: ["None", "Yellow card", "Red card", "Disqualified"],
options: ["None", "Foul", "Tech fouls", "Yellow card", "Red card", "Disqualified"],
manual: false,

// eslint-disable-next-line @typescript-eslint/no-unused-vars
Expand All @@ -164,7 +164,7 @@ export const SSForm: Form = {
},
{
type: "input",
label: "Reason for fouls?",
label: "Foul details",
tooltip: "Detail the number of each type of foul and why they received each one",
component: {
type: "Textbox",
Expand Down

0 comments on commit 1d8df50

Please sign in to comment.