File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed
packages/main/src/components/FilterBar Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -577,12 +577,19 @@ export const FilterDialog = (props: FilterDialogPropTypes) => {
577
577
{ showValues ? hideValuesText : showValuesText }
578
578
</ Button >
579
579
< SegmentedButton onSelectionChange = { handleViewChange } >
580
- < SegmentedButtonItem icon = { listIcon } data-id = "list" selected = { isListView } accessibleName = { listViewText } />
580
+ < SegmentedButtonItem
581
+ icon = { listIcon }
582
+ data-id = "list"
583
+ selected = { isListView }
584
+ accessibleName = { listViewText }
585
+ tooltip = { listViewText }
586
+ />
581
587
< SegmentedButtonItem
582
588
icon = { group2Icon }
583
589
data-id = "group"
584
590
selected = { ! isListView }
585
591
accessibleName = { groupViewText }
592
+ tooltip = { groupViewText }
586
593
/>
587
594
</ SegmentedButton >
588
595
</ FlexBox >
You can’t perform that action at this time.
0 commit comments