New: Make Release Group Outline Not Show as Required

(cherry picked from commit 89e363fd145ae6c531e6b3fa4fde258af05afca0)

Closes #2277
This commit is contained in:
Zak Saunders
2023-02-05 15:42:16 +00:00
committed by Bogdan
parent 924f739d1f
commit 7beee07a2c
5 changed files with 30 additions and 11 deletions
@@ -258,7 +258,9 @@ class InteractiveImportRow extends Component {
>
{
showReleaseGroupPlaceholder ?
<InteractiveImportRowCellPlaceholder /> :
<InteractiveImportRowCellPlaceholder
isOptional={true}
/> :
releaseGroup
}
</TableRowCellButton>