diff --git a/src/app/vault/vault.component.ts b/src/app/vault/vault.component.ts index 589e4bfaf1..3e48117239 100644 --- a/src/app/vault/vault.component.ts +++ b/src/app/vault/vault.component.ts @@ -626,7 +626,7 @@ export class VaultComponent implements OnInit, OnDestroy { } private functionWithChangeDetection(func: Function) { - this.ngZone.run(async () => { + this.ngZone.run(() => { func(); this.changeDetectorRef.detectChanges(); });