mirror of
https://github.com/Sonarr/Sonarr
synced 2024-12-22 15:56:58 +00:00
Fix name of max NumberInput in QualityDefinition.js
This commit is contained in:
parent
b181f8ae9f
commit
a225b34806
1 changed files with 1 additions and 1 deletions
|
@ -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}
|
||||
|
|
Loading…
Reference in a new issue