1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2024-12-14 11:23:42 +02: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

View File

@ -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}