Skip to content

Commit

Permalink
change default val
Browse files Browse the repository at this point in the history
  • Loading branch information
suryabulusu authored Dec 4, 2024
1 parent 32d9e9e commit 6d47aac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/session/[type]/Steps/Platform/Quiz.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ const QuizForm: FC = () => {
showScores: {
type: 'switch',
label: 'Show Scores?',
defaultValue: true
defaultValue: "Yes"
}
}),
[]
Expand Down

0 comments on commit 6d47aac

Please sign in to comment.