From 5aece6a9fb3491ec11b091c164b8f146ae46352f Mon Sep 17 00:00:00 2001 From: Alexander Balyshyn Date: Mon, 7 Dec 2020 18:29:57 +0200 Subject: [PATCH] [Docs] Fix typo in EuiDataGrid example (#4356) --- src-docs/src/views/datagrid/datagrid_example.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src-docs/src/views/datagrid/datagrid_example.js b/src-docs/src/views/datagrid/datagrid_example.js index 5910e57f9bb..cadf5a272b2 100644 --- a/src-docs/src/views/datagrid/datagrid_example.js +++ b/src-docs/src/views/datagrid/datagrid_example.js @@ -49,7 +49,7 @@ const gridSnippet = ` columns={[ { id: 'A', initialWidth: 150, isResizable: false, actions: false }, { id: 'B', isExpandable: false, actions: { showMoveLeft: false, showMoveRight: false } }, - { id: 'C', schema: 'franchise', cellActions: [{ label: 'test', iconType: 'heart', callback: ()=> alert('test) }]} + { id: 'C', schema: 'franchise', cellActions: [{ label: 'test', iconType: 'heart', callback: ()=> alert('test') }]} ]} // Optional. This allows you to initially hide columns. Users can still turn them on. columnVisibility={{