Skip to content

Commit

Permalink
[Bug] fix missing discover context icon (#1545) (#1565)
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
opensearch-trigger-bot[bot] authored May 10, 2022
1 parent 0c74f2e commit 5c00c1e
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 5c00c1e

Please sign in to comment.