mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 20:14:49 +00:00
pr review
This commit is contained in:
committed by
Aiden McClelland
parent
bf9c046cd2
commit
5475f29408
@@ -14,7 +14,6 @@ export class EmbassyPage {
|
||||
storageDrives = []
|
||||
selectedDrive: DiskInfo = null
|
||||
loading = true
|
||||
window = window
|
||||
|
||||
constructor(
|
||||
private readonly apiService: ApiService,
|
||||
@@ -41,7 +40,6 @@ export class EmbassyPage {
|
||||
try {
|
||||
this.storageDrives = await this.apiService.getDrives()
|
||||
} catch (e) {
|
||||
console.log(e)
|
||||
this.errorToastService.present(e.message)
|
||||
} finally {
|
||||
this.loading = false
|
||||
|
||||
Reference in New Issue
Block a user