fix: fix merge issues for setup-wizard project

This commit is contained in:
waterplea
2024-08-10 14:26:15 +04:00
parent 81932c8cff
commit 657aac0d68
27 changed files with 322 additions and 497 deletions

View File

@@ -14,7 +14,7 @@ export class AppComponent {
async ngOnInit() {
try {
const inProgress = await this.api.getSetupStatus()
const inProgress = await this.api.getStatus()
let route = 'home'