From 189cbb22d2d9fa4833f4bb92dae15d2298f02808 Mon Sep 17 00:00:00 2001 From: Walter Rafelsberger Date: Mon, 26 Apr 2021 15:32:45 +0200 Subject: [PATCH] [ML] Fix Discover action icon. --- .../components/action_discover/use_action_discover.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x-pack/plugins/transform/public/app/sections/transform_management/components/action_discover/use_action_discover.tsx b/x-pack/plugins/transform/public/app/sections/transform_management/components/action_discover/use_action_discover.tsx index 9fee68d2cccc33..ee46e33984d5dc 100644 --- a/x-pack/plugins/transform/public/app/sections/transform_management/components/action_discover/use_action_discover.tsx +++ b/x-pack/plugins/transform/public/app/sections/transform_management/components/action_discover/use_action_discover.tsx @@ -83,7 +83,7 @@ export const useDiscoverAction = (forceDisable: boolean) => { ); }, description: discoverActionNameText, - icon: 'discoverApp', + icon: 'visTable', type: 'icon', onClick: clickHandler, 'data-test-subj': 'transformActionDiscover',