Wizard: OpenSCAP profile is not a mandatory field

OpenSCAP profile was marked as a mandatory field, this removes the red asterisk as the profile is optional.
This commit is contained in:
regexowl 2024-09-25 15:58:54 +02:00 committed by Klara Simickova
parent cbb9598f1d
commit acbb07ad53

View file

@ -296,7 +296,6 @@ const ProfileSelector = () => {
return (
<FormGroup
isRequired={true}
data-testid="profiles-form-group"
label={complianceType === 'openscap' ? <OpenSCAPFGLabel /> : <>Policy</>}
>