File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
x-pack/legacy/plugins/maps/public Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -71,8 +71,7 @@ export const bindSetupCoreAndPlugins = (core: CoreSetup, plugins: any) => {
7171} ;
7272
7373export const bindStartCoreAndPlugins = ( core : CoreStart , plugins : any ) => {
74- const { inspector, file_upload, data } = plugins ;
75- setInspector ( inspector ) ;
74+ const { file_upload, data } = plugins ;
7675 setFileUpload ( file_upload ) ;
7776 setIndexPatternSelect ( data . ui . IndexPatternSelect ) ;
7877 setTimeFilter ( data . query . timefilter . timefilter ) ;
@@ -95,6 +94,7 @@ export class MapsPlugin implements Plugin<MapsPluginSetup, MapsPluginStart> {
9594 }
9695
9796 public start ( core : CoreStart , plugins : MapsPluginStartDependencies ) {
97+ setInspector ( plugins . inspector ) ;
9898 bindStartCoreAndPlugins ( core , plugins ) ;
9999 }
100100}
You can’t perform that action at this time.
0 commit comments