Skip to content
This repository was archived by the owner on Feb 22, 2022. It is now read-only.

Commit 5e687ed

Browse files
committed
Add missing value in PresetSelection event
1 parent 7a25871 commit 5e687ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/PresetSelection.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export default class PresetSelection extends React.Component {
4040
presetSelected: nextProps.value
4141
})
4242

43-
this.updatePresetDescription();
43+
this.updatePresetDescription(nextProps.value);
4444
}
4545

4646
render() {

0 commit comments

Comments
 (0)