Wizard: Fix HMS-2036, bug in file system customization steps

Information about automatic partioning was also being displayed when
manual partioning was selected. This commit fixes the bug.
This commit is contained in:
lucasgarfield 2023-11-27 16:06:23 +01:00 committed by Klara Simickova
parent 39531bf2bb
commit f5039dea3c

View file

@ -125,10 +125,7 @@ const fileSystemConfigurationStep = {
</TextContent>
),
condition: {
or: [
{ when: 'file-system-config-radio', is: 'automatic' },
{ when: 'oscap-profile', is: undefined },
],
or: [{ when: 'file-system-config-radio', is: 'automatic' }],
},
},
],