Fix name of max NumberInput in QualityDefinition.js

(cherry picked from commit a225b34806be6a206345acef3a6820df5a4be2e0)
This commit is contained in:
Qstick 2021-01-09 22:22:19 -05:00
parent 3a5d18f52d
commit 638db3d8d7
1 changed files with 1 additions and 1 deletions

View File

@ -277,7 +277,7 @@ class QualityDefinition extends Component {
<NumberInput
className={styles.sizeInput}
name={`${id}.min`}
name={`${id}.max`}
value={maxSize || MAX}
min={minSize + 5}
max={MAX}