Wizard: support compliance in review step

Reuses the existing oscap profile information.
This commit is contained in:
Sanne Raymaekers 2024-09-11 12:12:01 +02:00 committed by Klara Simickova
parent 110e1d7d75
commit 1a19684d97
2 changed files with 29 additions and 4 deletions

View file

@ -738,7 +738,7 @@ export const DetailsList = () => {
};
export const OscapList = () => {
return <OscapProfileInformation />;
return <OscapProfileInformation allowChangingCompliancePolicy={true} />;
};
export const FirstBootList = () => {