Skip to content

Commit

Permalink
Show query results for execution after changing data sources (re #29) (
Browse files Browse the repository at this point in the history
…fixes #774)
  • Loading branch information
Allen Short authored and Marina Samuel committed Jul 15, 2019
1 parent 92038bf commit 8ea1da1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/app/pages/queries/view.js
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ function QueryViewCtrl(
return;
}

$scope.dataSourceChanged = false;
getQueryResult(0, $scope.selectedQueryText);
$scope.lockButton(true);
$scope.cancelling = false;
Expand Down

0 comments on commit 8ea1da1

Please sign in to comment.