Skip to content

Commit

Permalink
[ML] Fix maps not showing in Field Statistics (#119246)
Browse files Browse the repository at this point in the history
Co-authored-by: Kibana Machine <[email protected]>
  • Loading branch information
qn895 and kibanamachine authored Nov 23, 2021
1 parent a9f8338 commit bab02f9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
@import 'embedded_map/index';
@import 'stats_table/index';
@import 'top_values/top_values';
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ import {
ViewMode,
} from '../../../../../../../../src/plugins/embeddable/public';
import { useDataVisualizerKibana } from '../../../kibana_context';
import './_embedded_map.scss';

export function EmbeddedMapComponent({
layerList,
Expand Down

0 comments on commit bab02f9

Please sign in to comment.