1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-20 21:54:58 -04:00

New: Make Release Group Outline Not Show as Required

This commit is contained in:
Zak Saunders
2023-02-05 15:42:16 +00:00
committed by Mark McDowall
parent 8d70def088
commit 89e363fd14
5 changed files with 30 additions and 11 deletions
@@ -319,7 +319,9 @@ class InteractiveImportRow extends Component {
>
{
showReleaseGroupPlaceholder ?
<InteractiveImportRowCellPlaceholder /> :
<InteractiveImportRowCellPlaceholder
isOptional={true}
/> :
releaseGroup
}
</TableRowCellButton>