setup wizard style

This commit is contained in:
Drew Ansbacher
2021-08-08 19:48:15 -06:00
committed by Aiden McClelland
parent 7661626a94
commit ca19ffd9f7
17 changed files with 456 additions and 385 deletions

View File

@@ -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']