Browse Source

add step back

pull/1397/head
Bernd Storath 5 months ago
parent
commit
fa1eee5acc
  1. 1
      src/app/stores/setup.ts

1
src/app/stores/setup.ts

@ -69,6 +69,7 @@ export const useSetupStore = defineStore('Setup', () => {
runMigration,
error,
handleError,
step,
totalSteps,
setStep,
};

Loading…
Cancel
Save