Skip to content

Commit

Permalink
Historyのフォームの初期値のパラメータ名を変更後に合わせた
Browse files Browse the repository at this point in the history
  • Loading branch information
Takt29 committed Apr 7, 2024
1 parent 953ab23 commit 1338674
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/components/forms/HistoryForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const defaultValues: HistoryFormData = {
prelim1: true,
prelim2: true,
final: true,
springCamp: true,
spring: true,
joig: true,
joigSpring: true,
open: false,
Expand All @@ -41,7 +41,7 @@ const defaultValues: HistoryFormData = {
prelim1: true,
prelim2: true,
final: true,
springCamp: true,
spring: true,
joig: true,
joigSpring: false,
open: false,
Expand Down

0 comments on commit 1338674

Please sign in to comment.