Skip to content

Commit

Permalink
revert change that is not part of PR
Browse files Browse the repository at this point in the history
  • Loading branch information
nreese committed Jul 31, 2020
1 parent 2ba441e commit 82dc578
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ export class MapsAppView extends React.Component {
return;
}

this._onQueryChange({ time: globalState.time, refresh: false });
this._onQueryChange({ time: globalState.time, refresh: true });
};

async _updateIndexPatterns() {
Expand Down

0 comments on commit 82dc578

Please sign in to comment.