From 31339f378c93ce28d1a5a2d9c347562139c71976 Mon Sep 17 00:00:00 2001 From: matttdawson <89495499+matttdawson@users.noreply.github.com> Date: Wed, 19 Jun 2024 11:08:11 +1200 Subject: [PATCH 1/2] FIX: chromatic url --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 55a3d85d..854b4f50 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ yarn add @linzjs/step-ag-grid npm run storybook ``` -Storybook demo deployed at: https://linz.github.io/step-ag-grid/ +Storybook demo deployed at: https://master--633cd0dc2fe91d7df3ed32e4.chromatic.com/ ## Usage From 53cc7999d5ebe6f48cf5e50049fa20d3da72d654 Mon Sep 17 00:00:00 2001 From: matttdawson <89495499+matttdawson@users.noreply.github.com> Date: Wed, 19 Jun 2024 11:09:23 +1200 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 854b4f50..1d5a3604 100644 --- a/README.md +++ b/README.md @@ -85,7 +85,7 @@ const GridDemo = () => { export: false, }), // This is the flex column that will expand to fit - GridCell({ + GridCell({ field: "name", headerName: "Name", flex: 1,