fix: select branch on other git

This commit is contained in:
Andras Bacsai
2023-10-06 13:52:15 +02:00
parent 5b56c50f03
commit e443fc394a
3 changed files with 10 additions and 4 deletions

View File

@@ -103,6 +103,7 @@ class PublicGitRepository extends Component
if ($this->git_host == 'github.com') {
$this->git_source = GithubApp::where('name', 'Public GitHub')->first();
return;
}
$this->git_repository = $this->repository_url;
$this->git_source = 'other';