Add database overwrite checkbox on Install wizard

Allows overwriting the existing database when installing InvoiceShelf
This commit is contained in:
Darko Gjorgjijoski
2024-07-29 14:20:43 +02:00
parent 56a555bc4a
commit da600d0144
5 changed files with 18 additions and 1 deletions

View File

@@ -19,6 +19,7 @@ export const useInstallationStore = (useWindow = false) => {
database_name: null,
database_username: null,
database_password: null,
database_overwrite: false,
app_url: window.location.origin,
app_locale: null
},