Skip to content

Commit

Permalink
Fix Menu
Browse files Browse the repository at this point in the history
  • Loading branch information
joel-jeremy committed Jan 6, 2024
1 parent 102a951 commit 70ea1f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/desktop-client/src/components/common/Menu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ type MenuProps<T extends MenuItem = MenuItem> = {
style?: CSSProperties;
};

export function Menu({
export function Menu<T extends MenuItem>({
header,
footer,
items: allItems,
Expand Down

0 comments on commit 70ea1f2

Please sign in to comment.