refresh() function used

This commit is contained in:
Drew Ansbacher
2022-02-18 13:23:26 -07:00
committed by Drew Ansbacher
parent 81b7d417fb
commit 4569c2a7f4
2 changed files with 6 additions and 2 deletions

View File

@@ -235,6 +235,10 @@ export class BackupDrivesComponent {
loader.dismiss()
}
}
refresh() {
this.backupService.getBackupTargets()
}
}
@Component({