Browse Source

add step back

pull/1397/head
Bernd Storath 7 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, runMigration,
error, error,
handleError, handleError,
step,
totalSteps, totalSteps,
setStep, setStep,
}; };

Loading…
Cancel
Save