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:
parent
d14f0afa64
commit
26f56bf9f0
1 changed files with 1 additions and 1 deletions
|
|
@ -500,7 +500,7 @@ export const Oscap = () => {
|
|||
/>
|
||||
)}
|
||||
<ProfileSelector />
|
||||
<OscapProfileInformation />
|
||||
{oscapProfile && <OscapProfileInformation />}
|
||||
{oscapProfile && (
|
||||
<Alert
|
||||
variant="info"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue