Skip to content

Commit

Permalink
regression: add GenericMenu missing props (#33492)
Browse files Browse the repository at this point in the history
  • Loading branch information
juliajforesti authored and abhinavkrin committed Oct 25, 2024
1 parent 50bfa4a commit 5259a96
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/meteor/client/components/GenericMenu/GenericMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ const GenericMenu = ({ title, icon = 'menu', disabled, onAction, callbackAction,
icon={icon}
title={t.has(title) ? t(title) : title}
onAction={onAction || handleAction}
className={className}
button={button}
{...(disabledKeys && { disabledKeys })}
{...props}
>
Expand Down

0 comments on commit 5259a96

Please sign in to comment.