Skip to content

Commit

Permalink
fix(tagoverflow): incorrect type for filter prop (carbon-design-syste…
Browse files Browse the repository at this point in the history
  • Loading branch information
szinta authored Sep 5, 2024
1 parent d2aeeb2 commit 4134043
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ import { useResizeObserver } from '../../global/js/hooks/useResizeObserver';

export interface TagOverflowItem {
className?: string;
filter?: string;
filter?: boolean;
id: string;
label: string;
onClose: () => void;
Expand Down

0 comments on commit 4134043

Please sign in to comment.