mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-04-04 06:19:44 +00:00
setup wizard style
This commit is contained in:
committed by
Aiden McClelland
parent
7661626a94
commit
ca19ffd9f7
@@ -18,6 +18,7 @@ export class StateService {
|
||||
) {}
|
||||
|
||||
async getState() {
|
||||
this.loading = true
|
||||
const state = await this.apiService.getState()
|
||||
if(state) {
|
||||
this.dataDrive = state['data-drive']
|
||||
|
||||
Reference in New Issue
Block a user