diff --git a/packages/react-components/react-table/stories/src/DataGrid/FocusableElementsInCells.stories.tsx b/packages/react-components/react-table/stories/src/DataGrid/FocusableElementsInCells.stories.tsx index ea6540552f6f6..6a6b0734c1ead 100644 --- a/packages/react-components/react-table/stories/src/DataGrid/FocusableElementsInCells.stories.tsx +++ b/packages/react-components/react-table/stories/src/DataGrid/FocusableElementsInCells.stories.tsx @@ -108,7 +108,11 @@ const columns: TableColumnDefinition[] = [ return 'Single action'; }, renderCell: () => { - return ; + return ( + + ); }, }), createTableColumn({ @@ -118,10 +122,10 @@ const columns: TableColumnDefinition[] = [ }, renderCell: () => { return ( - <> + e.stopPropagation()}>