Skip to content

Commit

Permalink
[Bug] fix missing discover context icon (#1545)
Browse files Browse the repository at this point in the history
add back icon directive, which injects SVG

Signed-off-by: Josh Romero <[email protected]>
(cherry picked from commit bd10227)
  • Loading branch information
joshuarrrr authored and github-actions[bot] committed May 6, 2022
1 parent 779f061 commit 5637a22
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/plugins/discover/public/get_inner_angular.ts
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ export function initializeInnerAngularModule(
])
.config(watchMultiDecorator)
.run(registerListenEventListener)
.directive('icon', (reactDirective) => reactDirective(EuiIcon))
.directive('renderComplete', createRenderCompleteDirective)
.directive('discoverLegacy', createDiscoverLegacyDirective)
.directive('contextErrorMessage', createContextErrorMessageDirective);
Expand Down

0 comments on commit 5637a22

Please sign in to comment.