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 28, 2018
1 parent 4f9a4f5 commit 4b68819
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions client/app/pages/queries/view.js
Original file line number Diff line number Diff line change
Expand Up @@ -296,8 +296,6 @@ function QueryViewCtrl(
}

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

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

0 comments on commit 4b68819

Please sign in to comment.