Skip to content

Commit

Permalink
Merge pull request #194 from CS3219-AY2425S1/fix/cleanup_features
Browse files Browse the repository at this point in the history
Fix Difficulty display when adding question
  • Loading branch information
tyouwei authored Nov 14, 2024
2 parents af6f5b4 + f93a32e commit 708283b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions peerprep-fe/src/components/problems/ProblemInputDialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ function ProblemInputDialog({
setProblemData({ ...problemData, difficulty: Number(value) });
}}
value={String(problemData.difficulty)}
showSelectedValue={true}
/>
</div>
<div className="space-y-2">
Expand Down

0 comments on commit 708283b

Please sign in to comment.