We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 388c30c commit 4ecdd8eCopy full SHA for 4ecdd8e
‎src/legacy/core_plugins/visualizations/public/np_ready/public/embeddable/visualize_embeddable.ts‎
@@ -46,7 +46,7 @@ import { buildPipeline } from '../legacy/build_pipeline';
46
import { Vis } from '../vis';
47
import { getExpressions, getUiActions } from '../services';
48
import { VisSavedObject } from '../types';
49
-import { VIS_EVENT_TO_TRIGGER, VisEventToTrigger } from './events';
+import { VIS_EVENT_TO_TRIGGER } from './events';
50
51
const getKeys = <T extends {}>(o: T): Array<keyof T> => Object.keys(o) as Array<keyof T>;
52
0 commit comments