From 51804056fa176c3535588fdd34a87e57045b1b18 Mon Sep 17 00:00:00 2001 From: vhu-axelor <146069039+vhu-axelor@users.noreply.github.com> Date: Thu, 19 Dec 2024 11:13:50 +0100 Subject: [PATCH] refactor: filter action should not be large on BranchCard --- packages/ui/src/components/templates/TreeView/BranchCard.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/ui/src/components/templates/TreeView/BranchCard.tsx b/packages/ui/src/components/templates/TreeView/BranchCard.tsx index 58ca6c458..b1d9ea93d 100644 --- a/packages/ui/src/components/templates/TreeView/BranchCard.tsx +++ b/packages/ui/src/components/templates/TreeView/BranchCard.tsx @@ -87,7 +87,6 @@ const BranchActionCard = ({ quickAction={{ iconName: 'filter', helper: infoButtonIndication, - large: true, onPress: () => onFilterPress(parent), hidden: !isBranchFilterVisible, }}