fix: sort repositories by name
This commit is contained in:
parent
c6740cfea0
commit
4d72787c83
@ -79,6 +79,7 @@ public function loadRepositories($github_app_id)
|
||||
$this->loadRepositoryByPage();
|
||||
}
|
||||
}
|
||||
$this->repositories = $this->repositories->sortBy('name');
|
||||
if ($this->repositories->count() > 0) {
|
||||
$this->selected_repository_id = data_get($this->repositories,'0.id');
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user