Wizard: adapt file system step to new compliance state
This commit is contained in:
parent
0908cd2ae9
commit
70635c8445
1 changed files with 2 additions and 2 deletions
|
|
@ -6,7 +6,7 @@ import { useAppDispatch, useAppSelector } from '../../../../store/hooks';
|
|||
import {
|
||||
changeFileSystemConfigurationType,
|
||||
selectFileSystemConfigurationType,
|
||||
selectProfile,
|
||||
selectComplianceProfileID,
|
||||
} from '../../../../store/wizardSlice';
|
||||
|
||||
const FileSystemPartition = () => {
|
||||
|
|
@ -14,7 +14,7 @@ const FileSystemPartition = () => {
|
|||
const fileSystemConfigurationType = useAppSelector(
|
||||
selectFileSystemConfigurationType
|
||||
);
|
||||
const hasOscapProfile = useAppSelector(selectProfile);
|
||||
const hasOscapProfile = useAppSelector(selectComplianceProfileID);
|
||||
|
||||
if (hasOscapProfile) {
|
||||
return undefined;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue