Skip to content

Commit

Permalink
remove hideContextMenuKebab from withContextMenuProps
Browse files Browse the repository at this point in the history
  • Loading branch information
jenny-s51 committed Nov 12, 2024
1 parent 864a1a7 commit a54b641
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/module/src/behavior/withContextMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ type Reference = React.ComponentProps<typeof ContextMenu>['reference'];
export interface WithContextMenuProps {
onContextMenu?: (e: React.MouseEvent) => void;
contextMenuOpen?: boolean;
hideContextMenuKebab?: boolean;
}

export const withContextMenu =
Expand Down

0 comments on commit a54b641

Please sign in to comment.