We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2fba7a commit bcb012eCopy full SHA for bcb012e
src/plugins/data/public/query/filter_manager/filter_manager.ts
@@ -136,8 +136,6 @@ export class FilterManager {
136
return;
137
}
138
139
- // Set the store of all filters. For now.
140
- // In the future, all filters should come in with filter state store already set.
141
const store = pinFilterStatus
142
? esFilters.FilterStateStore.GLOBAL_STATE
143
: esFilters.FilterStateStore.APP_STATE;
0 commit comments