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 32b6862 commit 0e5897cCopy full SHA for 0e5897c
src/components/editor2/InfoEditor.tsx
@@ -120,6 +120,7 @@ export const InfoEditor = memo(({ className }: InfoEditorProps) => {
120
>
121
<DifficultyPicker
122
stageName={info.stageName}
123
+ value={info.difficulty}
124
onChange={(value, programmatically) => {
125
edit((get, set, skip) => {
126
setInfo((prev) => {
0 commit comments