From 9661e280e0aab2915fe3383d8de20ecffdc05a04 Mon Sep 17 00:00:00 2001 From: Nathan Vasse Date: Wed, 12 Jul 2023 16:14:36 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B(react)=20fix=20DataGrid=20stories?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Due to a recent update we need to set id for custom columns. This wasn't reflected in stories. --- packages/react/src/components/DataGrid/index.stories.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/packages/react/src/components/DataGrid/index.stories.tsx b/packages/react/src/components/DataGrid/index.stories.tsx index 1d112c2..59b6925 100644 --- a/packages/react/src/components/DataGrid/index.stories.tsx +++ b/packages/react/src/components/DataGrid/index.stories.tsx @@ -85,6 +85,7 @@ export const ClientSideWithoutPagination = () => { }, { headerName: "Actions", + id: "actions", renderCell: () => (