Skip to content

Commit

Permalink
Minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Liza K committed Oct 16, 2019
1 parent f18e9dd commit b1ab53e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ export function createSearchBar({ core, store, timefilter, data }: StatefulSearc
};
}, []);


return (
<KibanaContextProvider
services={{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ import { TimeRange, Query } from 'src/plugins/data/common/types';
import { SavedQuery } from 'src/legacy/core_plugins/data/public';

import { OnTimeChangeProps } from '@elastic/eui';
import { npStart } from 'ui/new_platform';
import { start as data } from '../../../../../../../src/legacy/core_plugins/data/public/legacy';

import { inputsActions } from '../../store/inputs';
Expand All @@ -39,12 +40,11 @@ import { timelineActions, hostsActions, networkActions } from '../../store/actio

const {
ui: { SearchBar },
filter,
search,
timefilter,
} = data;

export const siemFilterManager = filter.filterManager;
export const siemFilterManager = npStart.plugins.data.query.filterManager;
export const savedQueryService = search.services.savedQueryService;

interface SiemSearchBarRedux {
Expand Down

0 comments on commit b1ab53e

Please sign in to comment.