diff --git a/web/src/components/storage/ProposalSettingsSection.jsx b/web/src/components/storage/ProposalSettingsSection.jsx index 1f3fa00ce5..1b6d74ad9b 100644 --- a/web/src/components/storage/ProposalSettingsSection.jsx +++ b/web/src/components/storage/ProposalSettingsSection.jsx @@ -458,6 +458,7 @@ export default function ProposalSettingsSection({ }); }; + const lvm = settings.target === "newLvmVg" || settings.target === "reusedLvmVg"; const encryption = settings.encryptionPassword !== undefined && settings.encryptionPassword.length > 0; const { volumes = [], installationDevices = [] } = settings; const bootDevice = availableDevices.find(d => d.name === settings.bootDevice); @@ -490,7 +491,7 @@ export default function ProposalSettingsSection({