From c5877cd063f1cce5720caf6b1aadbe245d182a1a Mon Sep 17 00:00:00 2001 From: Addison Beck Date: Tue, 10 May 2022 13:42:16 -0400 Subject: [PATCH] [fix] Remove an extra sync call (#1657) --- .../vault-filter/components/organization-options.component.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/app/modules/vault-filter/components/organization-options.component.ts b/src/app/modules/vault-filter/components/organization-options.component.ts index b75ef54a35..1e78741800 100644 --- a/src/app/modules/vault-filter/components/organization-options.component.ts +++ b/src/app/modules/vault-filter/components/organization-options.component.ts @@ -35,7 +35,6 @@ export class OrganizationOptionsComponent { ) {} async ngOnInit() { - await this.syncService.fullSync(true); await this.load(); }