Skip to content

Commit

Permalink
remove secondaryText from MenuItemProps
Browse files Browse the repository at this point in the history
  • Loading branch information
juliawegmayr committed Jan 30, 2024
1 parent 64f8d5a commit c57f913
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/admin/admin/src/mui/menu/Item.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,6 @@ export interface MenuItemProps extends ThemedComponentBaseProps<{ root: typeof L
secondary?: React.ReactNode;
icon?: React.ReactElement;
secondaryAction?: React.ReactNode;
secondaryText?: boolean;
}

export function MenuItem(inProps: MenuItemProps) {
Expand Down

0 comments on commit c57f913

Please sign in to comment.