File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed
src/legacy/core_plugins/kibana/public/discover Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change 1818 */
1919import { PluginInitializer , PluginInitializerContext } from 'kibana/public' ;
2020import { npSetup , npStart } from 'ui/new_platform' ;
21- import { SavedObjectRegistryProvider } from 'ui/saved_objects' ;
2221import { DiscoverPlugin , DiscoverSetup , DiscoverStart } from './plugin' ;
2322
2423// Core will be looking for this when loading our plugin in the new platform
@@ -33,8 +32,4 @@ export const pluginInstance = plugin({} as PluginInitializerContext);
3332 pluginInstance . start ( npStart . core , npStart . plugins ) ;
3433} ) ( ) ;
3534
36- SavedObjectRegistryProvider . register ( ( savedSearches : any ) => {
37- return savedSearches ;
38- } ) ;
39-
4035export { createSavedSearchesService } from './saved_searches/saved_searches' ;
You can’t perform that action at this time.
0 commit comments