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:
parent
39531bf2bb
commit
f5039dea3c
1 changed files with 1 additions and 4 deletions
|
|
@ -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' }],
|
||||
},
|
||||
},
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue