CreateImageWizard: Drop isBeta() check for centos
The accompanying text allows us to enable this for non-beta.
This commit is contained in:
parent
fa7105c38b
commit
b86a9b712d
1 changed files with 6 additions and 7 deletions
|
|
@ -40,13 +40,12 @@ const ImageOutputReleaseSelect = ({ label, isRequired, ...props }) => {
|
|||
onClear={handleClear}
|
||||
selections={RELEASES[getState()?.values?.[input.name]]}
|
||||
isOpen={isOpen}
|
||||
{...(insights.chrome.isBeta() &&
|
||||
!showDevelopmentOptions && {
|
||||
loadingVariant: {
|
||||
text: 'Show options for further development of RHEL',
|
||||
onClick: handleExpand,
|
||||
},
|
||||
})}
|
||||
{...(!showDevelopmentOptions && {
|
||||
loadingVariant: {
|
||||
text: 'Show options for further development of RHEL',
|
||||
onClick: handleExpand,
|
||||
},
|
||||
})}
|
||||
>
|
||||
{Object.entries(RELEASES)
|
||||
.filter(([key]) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue