Skip to content

Commit

Permalink
Merge branch 'develop' into chore/voip-beta-disclaimer
Browse files Browse the repository at this point in the history
  • Loading branch information
kodiakhq[bot] authored Oct 8, 2024
2 parents ad14b9b + 2aa3fa2 commit 13b5cb9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/ui-client/src/components/GenericMenu/GenericMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ const GenericMenu = ({ title, icon = 'menu', disabled, onAction, callbackAction,
icon={icon}
title={i18n.exists(title) ? t(title) : title}
onAction={onAction || handleAction}
className={className}
button={button}
{...(disabledKeys && { disabledKeys })}
{...props}
>
Expand Down

0 comments on commit 13b5cb9

Please sign in to comment.