Skip to content

Commit

Permalink
fix(js): add missing on click event for dropdown tabs (#7342)
Browse files Browse the repository at this point in the history
Co-authored-by: Paweł Tymczuk <LetItRock@users.noreply.github.com>
  • Loading branch information
AdrianPasalega and LetItRock authored Dec 20, 2024
1 parent 24db592 commit 9aef6f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/js/src/ui/components/InboxTabs/InboxTab.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ export const InboxDropdownTab = (props: InboxDropdownTabProps) => {
return (
<Dropdown.Item
class={style('moreTabs__dropdownItem', cn(dropdownItemVariants(), 'nt-flex nt-justify-between nt-gap-2'))}
onClick={props.onClick}
>
<span class={style('moreTabs__dropdownItemLabel', 'nt-mr-auto')}>{props.label}</span>
{props.rightIcon}
Expand Down

0 comments on commit 9aef6f8

Please sign in to comment.