Skip to content

Commit f93a32e

Browse files
committed
Fix Difficulty display when adding question
1 parent ba2f04d commit f93a32e

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)