mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-04-01 21:13:09 +00:00
pw modal
This commit is contained in:
committed by
Aiden McClelland
parent
a458e0b5bc
commit
8f0e0a392e
@@ -12,9 +12,8 @@ export class MockApiService extends ApiService {
|
||||
}
|
||||
|
||||
async getState () {
|
||||
await pauseFor(2000)
|
||||
return {
|
||||
'selected-data-drive': null,
|
||||
'selected-data-drive': 'page1',
|
||||
'recovery-drive': null,
|
||||
'has-password': false,
|
||||
'data-transfer-progress': null
|
||||
@@ -74,4 +73,4 @@ export class MockApiService extends ApiService {
|
||||
}
|
||||
}
|
||||
|
||||
let tries = 4
|
||||
let tries = 2
|
||||
Reference in New Issue
Block a user