Skip to content

Commit

Permalink
Fix issue
Browse files Browse the repository at this point in the history
  • Loading branch information
timroes committed Mar 15, 2018
1 parent 28eddbf commit 9c8d3af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/public/visualize/visualize.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ uiModules
// will be removed in the future).
const timeRange = $scope.timeRange || timefilter.time;

$scope.vis.filters.timeRange = timeRange;
$scope.vis.filters = { timeRange };

const handlerParams = {
appState: $scope.appState,
Expand Down

0 comments on commit 9c8d3af

Please sign in to comment.