Skip to content

Commit

Permalink
Don't execute query when changing data sources (fixes #29)
Browse files Browse the repository at this point in the history
  • Loading branch information
Allen Short committed Feb 22, 2017
1 parent 6f6fe7d commit 678aab8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion client/app/pages/queries/view.js
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,6 @@ function QueryViewCtrl($scope, Events, $route, $routeParams, $http, $location, $

updateSchema();
$scope.dataSource = find($scope.dataSources, ds => ds.id === $scope.query.data_source_id);
$scope.executeQuery();
};

$scope.setVisualizationTab = (visualization) => {
Expand Down

0 comments on commit 678aab8

Please sign in to comment.