sw build errors

This commit is contained in:
Drew Ansbacher
2021-09-07 01:03:02 +03:00
committed by Aiden McClelland
parent e3654d574a
commit 73d7d3f855
5 changed files with 7 additions and 4 deletions

View File

@@ -14,6 +14,7 @@ export class RecoverPage {
recoveryDrives = []
selectedDrive: RecoveryDrive = null
loading = true
window = window
constructor(
private readonly apiService: ApiService,