diff --git a/src/Components/CreateImageWizard/steps/ImageOutput/ReleaseLifecycle.tsx b/src/Components/CreateImageWizard/steps/ImageOutput/ReleaseLifecycle.tsx index ce3c471c..576b82a1 100644 --- a/src/Components/CreateImageWizard/steps/ImageOutput/ReleaseLifecycle.tsx +++ b/src/Components/CreateImageWizard/steps/ImageOutput/ReleaseLifecycle.tsx @@ -17,6 +17,7 @@ import { RHEL_8, RHEL_8_FULL_SUPPORT, RHEL_8_MAINTENANCE_SUPPORT, + RHEL_9, RHEL_9_FULL_SUPPORT, RHEL_9_MAINTENANCE_SUPPORT, RHEL_10_FULL_SUPPORT, @@ -135,7 +136,7 @@ const ReleaseLifecycle = () => { setIsExpanded(isExpanded); }; - if (release === RHEL_8) { + if (release === RHEL_8 || release === RHEL_9) { return (