Skip to content

Commit

Permalink
Fix codesandbox build
Browse files Browse the repository at this point in the history
Signed-off-by: Bilal Shafi <[email protected]>
  • Loading branch information
MBilalShafi authored Oct 25, 2024
1 parent bbe0324 commit 75f3818
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,7 @@ export const useGridDataSource = (
'paginationModelChange',
runIfServerMode(props.paginationMode, fetchRows),
);
// @ts-ignore - Event is not defined in the Pro API
useGridApiEventHandler(apiRef, 'rowGroupingModelChange', () => fetchRows());

const isFirstRender = React.useRef(true);
Expand Down

0 comments on commit 75f3818

Please sign in to comment.