From 0b9ed77b8e4ace8561a0fe2319eff3f4f4009497 Mon Sep 17 00:00:00 2001 From: Robyn MacCallum Date: Mon, 8 May 2023 13:21:45 -0400 Subject: [PATCH] [PM-2088] Remove extra click handling from Collection row (#5353) --- .../components/vault-items/vault-collection-row.component.html | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/web/src/app/vault/components/vault-items/vault-collection-row.component.html b/apps/web/src/app/vault/components/vault-items/vault-collection-row.component.html index 6a4a17db6d7..cc1b693ab3b 100644 --- a/apps/web/src/app/vault/components/vault-items/vault-collection-row.component.html +++ b/apps/web/src/app/vault/components/vault-items/vault-collection-row.component.html @@ -24,6 +24,7 @@ [routerLink]="[]" [queryParams]="{ collectionId: collection.id }" queryParamsHandling="merge" + appStopProp > {{ collection.name }}