V1Wizard: promote oscap to prod stable
This commit is contained in:
parent
c44f8ea0ac
commit
26066f95f7
1 changed files with 1 additions and 2 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue