diff --git a/public/script/app.js b/public/script/app.js index 18424e9..5f2eac9 100644 --- a/public/script/app.js +++ b/public/script/app.js @@ -659,7 +659,7 @@ angular $scope.terms = ""; $scope.defaultTerms = ""; $scope.branches = []; - source = { + $scope.source = { type: "GitHubDownload", branch: "", commit: "", @@ -755,7 +755,7 @@ angular $scope.getRepositories(); $scope.repoSelected = async () => { - $scope.terms = $scope.defaultTerms.filter((f) => f); + $scope.terms = $scope.defaultTerms; $scope.repoId = ""; $scope.source = { type: "GitHubDownload",