Skip to content

Commit

Permalink
[ML] Fix Discover action icon.
Browse files Browse the repository at this point in the history
  • Loading branch information
walterra committed Apr 26, 2021
1 parent 78b5939 commit 189cbb2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ export const useDiscoverAction = (forceDisable: boolean) => {
);
},
description: discoverActionNameText,
icon: 'discoverApp',
icon: 'visTable',
type: 'icon',
onClick: clickHandler,
'data-test-subj': 'transformActionDiscover',
Expand Down

0 comments on commit 189cbb2

Please sign in to comment.