mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-04-02 05:23:14 +00:00
fix: fix merge issues for setup-wizard project
This commit is contained in:
@@ -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'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user