chore: change default mode to GitHubStream

This commit is contained in:
tdurieux
2021-09-08 08:09:55 +02:00
parent c75c2a36a6
commit 2f97d92332

View File

@@ -727,7 +727,7 @@ angular
$scope.branches = [];
$scope.repositories = [];
$scope.source = {
type: "GitHubDownload",
type: "GitHubStream",
branch: "",
commit: "",
};