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.
1 parent ba2f04d commit f93a32eCopy full SHA for f93a32e
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