V1Wizard: promote oscap to prod stable

This commit is contained in:
Gianluca Zuccarelli 2024-04-05 15:01:56 +01:00 committed by Lucas Garfield
parent c44f8ea0ac
commit 26066f95f7

View file

@ -614,8 +614,7 @@ const CreateImageWizard = () => {
// Only allow oscap to be used in Beta even if the flag says the feature is
// activated.
const oscapFeatureFlag =
useFlag('image-builder.wizard.oscap.enabled') && isBeta();
const oscapFeatureFlag = useFlag('image-builder.wizard.oscap.enabled');
let initialState = requestToState(composeRequest, isProd(), oscapFeatureFlag);
const stepHistory = formStepHistory(
composeRequest,