fix: preselect branc on private repos

This commit is contained in:
Andras Bacsai 2023-09-30 15:57:30 +02:00
parent c618d912db
commit 068a1b4bc4

View File

@ -96,6 +96,7 @@ public function loadBranches()
$this->loadBranchByPage();
}
}
$this->selected_branch_name = data_get($this->branches,'0.name');
}
protected function loadBranchByPage()