Fix issue with loading repositories in GithubPrivateRepository.php
This commit is contained in:
parent
2ffc3f497b
commit
a6b3beafbb
@ -79,7 +79,9 @@ class GithubPrivateRepository extends Component
|
|||||||
$this->loadRepositoryByPage();
|
$this->loadRepositoryByPage();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
$this->selected_repository_id = $this->repositories[0]['id'];
|
if ($this->repositories->count() > 0) {
|
||||||
|
$this->selected_repository_id = $this->repositories[0]['id'];
|
||||||
|
}
|
||||||
$this->current_step = 'repository';
|
$this->current_step = 'repository';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user