Skip to content

Commit

Permalink
Turn IconButton active when filtering is active
Browse files Browse the repository at this point in the history
  • Loading branch information
kraenhansen committed Nov 7, 2024
1 parent 9378777 commit cd1a4b3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -531,6 +531,7 @@ const ConnectionsNavigation: React.FC<ConnectionsNavigationProps> = ({
trigger={
<IconButton
onClick={onToggleExcludeInactive}
active={excludeInactive}
aria-label={
excludeInactive
? 'Showing active connections'
Expand Down

0 comments on commit cd1a4b3

Please sign in to comment.