We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents af6f5b4 + f93a32e commit 708283bCopy full SHA for 708283b
peerprep-fe/src/components/problems/ProblemInputDialog.tsx
@@ -68,6 +68,7 @@ function ProblemInputDialog({
68
setProblemData({ ...problemData, difficulty: Number(value) });
69
}}
70
value={String(problemData.difficulty)}
71
+ showSelectedValue={true}
72
/>
73
</div>
74
<div className="space-y-2">
0 commit comments