Skip to content

Commit a654547

Browse files
committed
Turn IconButton active when filtering is active
1 parent 607916e commit a654547

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/compass-sidebar/src/components/multiple-connections/connections-navigation.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -531,6 +531,7 @@ const ConnectionsNavigation: React.FC<ConnectionsNavigationProps> = ({
531531
trigger={
532532
<IconButton
533533
onClick={onToggleExcludeInactive}
534+
active={excludeInactive}
534535
aria-label={
535536
excludeInactive
536537
? 'Showing active connections'

0 commit comments

Comments
 (0)