From fab513dc73b71c885b68f4e1710e0a9c4a16dc89 Mon Sep 17 00:00:00 2001 From: Chandler Prall Date: Wed, 16 Oct 2019 08:49:24 -0600 Subject: [PATCH] Correct the tables' listing of onSelectionChanged -> onSelectionChange (#2433) --- src-docs/src/views/tables/basic/props_info.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src-docs/src/views/tables/basic/props_info.js b/src-docs/src/views/tables/basic/props_info.js index 0dc3d730f1b..af3b5d0adf3 100644 --- a/src-docs/src/views/tables/basic/props_info.js +++ b/src-docs/src/views/tables/basic/props_info.js @@ -158,7 +158,7 @@ export const propsInfo = { __docgenInfo: { _euiObjectType: 'type', props: { - onSelectionChanged: { + onSelectionChange: { description: 'A callback that will be called whenever the item selection changes', required: false,