Skip to content

Commit

Permalink
removed nav disable
Browse files Browse the repository at this point in the history
  • Loading branch information
jgaribsin committed Jul 28, 2024
1 parent 18f6ed1 commit ac89f39
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/pages/InstallOptions.vue
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ const installerSpaceNeeded = requiredSpaceInGb.value.installer;
const drehmalSpaceNeeded = requiredSpaceInGb.value[installType.value];
// disable next navigation button until disk space is checked
disableNextNav.value = true;
// disableNextNav.value = true;
disableNextNav.value = false; // NOTE: check disabled due to inconsistency
// check if user has enough disk space for the installer itself and drehmal
async function checkDiskSpace() {
Expand Down

0 comments on commit ac89f39

Please sign in to comment.