fix anonymization form

This commit is contained in:
tdurieux
2021-08-24 08:12:56 +02:00
parent 4d5e48b04c
commit f572211ca3

View File

@@ -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",