Refactor repository selection logic in GithubPrivateRepository.php
This commit is contained in:
@@ -81,7 +81,7 @@ class GithubPrivateRepository extends Component
|
|||||||
}
|
}
|
||||||
$this->repositories = $this->repositories->sortBy('name');
|
$this->repositories = $this->repositories->sortBy('name');
|
||||||
if ($this->repositories->count() > 0) {
|
if ($this->repositories->count() > 0) {
|
||||||
$this->selected_repository_id = data_get($this->repositories,'0.id');
|
$this->selected_repository_id = data_get($this->repositories->first(), 'id');
|
||||||
}
|
}
|
||||||
$this->current_step = 'repository';
|
$this->current_step = 'repository';
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user