Skip to content

Commit

Permalink
indexpatterns => indexPatterns
Browse files Browse the repository at this point in the history
  • Loading branch information
mattkime committed Sep 17, 2020
1 parent 19e638e commit 0437cc9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ getAngularModule().directive('contextApp', function ContextApp() {
});

function ContextAppController($scope, Private) {
const { filterManager, indexpatterns, uiSettings } = getServices();
const queryParameterActions = getQueryParameterActions(filterManager, indexpatterns);
const { filterManager, indexPatterns, uiSettings } = getServices();
const queryParameterActions = getQueryParameterActions(filterManager, indexPatterns);
const queryActions = Private(QueryActionsProvider);
this.state = createInitialState(
parseInt(uiSettings.get(CONTEXT_STEP_SETTING), 10),
Expand Down

0 comments on commit 0437cc9

Please sign in to comment.