CreateImageWizard: move oci to stable

Move the oracle cloud infrastructure PR to stable.
This commit is contained in:
Sanne Raymaekers 2023-12-07 16:47:35 +01:00
parent 3e07472826
commit 2b29275c2a

View file

@ -215,7 +215,7 @@ const TargetEnvironment = ({ label, isRequired, ...props }) => {
isDisplayLarge
/>
)}
{allowedTargets.includes('oci') && isBeta() && (
{allowedTargets.includes('oci') && (
<Tile
className="tile pf-u-mr-sm"
data-testid="upload-oci"