1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-08-18 00:09:37 +02:00

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

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}