We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a044c4 commit 4d17a61Copy full SHA for 4d17a61
packages/core/src/components/Toolbar/ToolbarToggleGroup.vue
@@ -6,7 +6,7 @@
6
aria-label="Show Filters"
7
:aria-expanded="expanded"
8
:aria-haspopup="expanded && isContentPopup"
9
- @click="toggleExpanded ?? undefined"
+ @click="toggleExpanded"
10
>
11
<slot name="icon" />
12
</pf-button>
0 commit comments