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, }}