mirror of
https://github.com/Readarr/Readarr
synced 2026-01-05 23:26:12 +01:00
Fixed: Edit Quality Profile not opening
Closes #2412 (cherry picked from commit 83cee4b00e8c64d749d2ff1d8575d31570beecba)
This commit is contained in:
parent
640c0f5d52
commit
99d3e80d0c
1 changed files with 1 additions and 1 deletions
|
|
@ -238,7 +238,7 @@ class EditQualityProfileModalContent extends Component {
|
|||
}
|
||||
|
||||
<div className={styles.formatItemLarge}>
|
||||
{getCustomFormatRender(formatItems, ...otherProps)}
|
||||
{getCustomFormatRender(formatItems, otherProps)}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue