Skip to content

Commit

Permalink
add FilterStateStore import
Browse files Browse the repository at this point in the history
  • Loading branch information
yenienserrano committed Nov 4, 2022
1 parent aecbb21 commit 5184e7c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion public/kibana-integrations/kibana-discover.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ import { createFixedScroll } from './discover/application/angular/directives/fix
import './discover/application/index.scss';
import { getFilterWithAuthorizedAgents } from '../react-services/filter-authorization-agents';
import { getSettingDefaultValue } from '../../common/services/settings';
import { FilterStateStore } from '@kbn/es-query';

const fetchStatuses = {
UNINITIALIZED: 'uninitialized',
Expand Down Expand Up @@ -246,7 +247,7 @@ function discoverController(
data.query,
appStateContainer,
{
filters: esFilters.FilterStateStore.APP_STATE,
filters: FilterStateStore.APP_STATE,
query: true,
}
);
Expand Down

0 comments on commit 5184e7c

Please sign in to comment.