Wizard: reseting page to default state

Fixed #2865

OpenSCAP profile page in Compliance step clears after selecting "None" or "X" in the dropdown.
This commit is contained in:
Katarina Sieklova 2025-02-26 09:36:50 +01:00 committed by Klara Simickova
parent d14f0afa64
commit 26f56bf9f0

View file

@ -500,7 +500,7 @@ export const Oscap = () => {
/>
)}
<ProfileSelector />
<OscapProfileInformation />
{oscapProfile && <OscapProfileInformation />}
{oscapProfile && (
<Alert
variant="info"