Skip to content

Commit

Permalink
fix codesandbox build
Browse files Browse the repository at this point in the history
  • Loading branch information
cherniavskii committed Oct 21, 2024
1 parent 119ebe9 commit c274ae9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/x-data-grid/src/components/cell/GridActionsCell.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -331,8 +331,7 @@ GridActionsCell.propTypes = {
value: PropTypes.any,
} as any;

GridActionsCell.Item = GridActionsCellItem;

GridActionsCell.Item = GridActionsCellItem as React.FC<GridActionsCellItemProps>;
export { GridActionsCell };

export const renderActionsCell = (params: GridRenderCellParams) => (
Expand Down

0 comments on commit c274ae9

Please sign in to comment.