Skip to content

Commit 0e5897c

Browse files
committed
fix(editor2): difficulty picker not showing the selected value
1 parent 32b6862 commit 0e5897c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/editor2/InfoEditor.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ export const InfoEditor = memo(({ className }: InfoEditorProps) => {
120120
>
121121
<DifficultyPicker
122122
stageName={info.stageName}
123+
value={info.difficulty}
123124
onChange={(value, programmatically) => {
124125
edit((get, set, skip) => {
125126
setInfo((prev) => {

0 commit comments

Comments
 (0)