Skip to content

Commit b6456a9

Browse files
committed
fix(Toolbar): fixed close button on filter labels in pf-toolbar-filter
1 parent 64056a3 commit b6456a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/components/Toolbar/ToolbarFilter.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
v-for="label of labels"
1818
:key="labelKey(label)"
1919
variant="outline"
20-
@click="emit('deleteLabel', category, labelKey(label))"
20+
@close="emit('deleteLabel', category, labelKey(label))"
2121
>{{ labelLabel(label) }}</pf-label>
2222
</slot>
2323
</pf-label-group>

0 commit comments

Comments
 (0)