Skip to content

Commit 708283b

Browse files
authored
Merge pull request #194 from CS3219-AY2425S1/fix/cleanup_features
Fix Difficulty display when adding question
2 parents af6f5b4 + f93a32e commit 708283b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

peerprep-fe/src/components/problems/ProblemInputDialog.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ function ProblemInputDialog({
6868
setProblemData({ ...problemData, difficulty: Number(value) });
6969
}}
7070
value={String(problemData.difficulty)}
71+
showSelectedValue={true}
7172
/>
7273
</div>
7374
<div className="space-y-2">

0 commit comments

Comments
 (0)