Skip to content

Commit bcb012e

Browse files
authored
remove comment
Setting the store is not longer temporary
1 parent d2fba7a commit bcb012e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/plugins/data/public/query/filter_manager/filter_manager.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,8 +136,6 @@ export class FilterManager {
136136
return;
137137
}
138138

139-
// Set the store of all filters. For now.
140-
// In the future, all filters should come in with filter state store already set.
141139
const store = pinFilterStatus
142140
? esFilters.FilterStateStore.GLOBAL_STATE
143141
: esFilters.FilterStateStore.APP_STATE;

0 commit comments

Comments
 (0)