1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-25 22:46:31 -04:00

Fix name of max NumberInput in QualityDefinition.js

This commit is contained in:
Qstick
2021-01-09 22:22:19 -05:00
committed by Mark McDowall
parent b181f8ae9f
commit a225b34806
@@ -256,7 +256,7 @@ class QualityDefinition extends Component {
<NumberInput
className={styles.sizeInput}
name={`${id}.min`}
name={`${id}.max`}
value={maxSize || MAX}
min={minSize + MIN_DISTANCE}
max={MAX}