Skip to content

Commit

Permalink
Merge pull request #5011 from KKoukiou/webui-installation-scenario-ex…
Browse files Browse the repository at this point in the history
…tend-loading-condition

webui: extend condition that blocks rendering of the installation scenario step
  • Loading branch information
KKoukiou authored Aug 3, 2023
2 parents e7fbf01 + c37d1c6 commit 574631b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/webui/src/components/storage/InstallationScenario.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ const InstallationScenarioSelector = ({ deviceData, selectedDisks, idPrefix, sto
let selectedScenarioId = "";
let availableScenarioExists = false;

if (requiredSize === undefined) {
if ([diskTotalSpace, diskFreeSpace, hasPartitions, requiredSize].some(itm => itm === undefined)) {
return;
}

Expand Down

0 comments on commit 574631b

Please sign in to comment.