1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-17 21:26:13 -04:00

Fixed: Edit Quality Profile not opening

Closes #5588
This commit is contained in:
Fabricio Silva
2023-04-28 15:46:26 +01:00
committed by GitHub
parent de4cfefde4
commit 83cee4b00e

View File

@@ -241,7 +241,7 @@ class EditQualityProfileModalContent extends Component {
}
<div className={styles.formatItemLarge}>
{getCustomFormatRender(formatItems, ...otherProps)}
{getCustomFormatRender(formatItems, otherProps)}
</div>
</div>