File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
x-pack/plugins/embeddable_enhanced/public Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 55 */
66
77import React , { useState } from 'react' ;
8+ import _ from 'lodash' ;
89import { create as createHandlebars } from 'handlebars' ;
910import {
1011 EuiFormRow ,
@@ -33,7 +34,6 @@ import {
3334 Query ,
3435 TimeRange ,
3536} from '../../../../../../src/plugins/data/public' ;
36- import { pick } from '../../../../../../src/core/utils' ;
3737
3838const handlebars = createHandlebars ( ) ;
3939function interpolate ( url : string , scope : Scope ) : string {
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ import {
3030} from '../../ui_actions_enhanced/public' ;
3131import { PanelNotificationsAction , ACTION_PANEL_NOTIFICATIONS } from './actions' ;
3232import { UrlDrilldownDefinition } from './drilldowns/url_drilldown' ;
33- import { createStartServicesGetter } from '../../../../src/plugins/kibana_utils/public/core ' ;
33+ import { createStartServicesGetter } from '../../../../src/plugins/kibana_utils/public' ;
3434import { DataPublicPluginSetup , DataPublicPluginStart } from '../../../../src/plugins/data/public' ;
3535
3636declare module '../../../../src/plugins/ui_actions/public' {
You can’t perform that action at this time.
0 commit comments