mirror of
https://github.com/Radarr/Radarr
synced 2025-12-09 18:03:07 +01:00
Fix name of max NumberInput in QualityDefinition.js
(cherry picked from commit a225b34806be6a206345acef3a6820df5a4be2e0)
This commit is contained in:
parent
3a5d18f52d
commit
638db3d8d7
1 changed files with 1 additions and 1 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Reference in a new issue