Bugfix v2.x/server and storage provider did not show up after successfully created (#318)

* Fix issue #316 - Server Provider did not show up

* Fix issue #317 - Storage Provider did not show up
This commit is contained in:
Edi Septriyanto
2024-10-16 03:15:13 +07:00
committed by GitHub
parent a11f221619
commit da7b24640e
3 changed files with 10 additions and 2 deletions

View File

@ -18,6 +18,8 @@
class ServerProvidersList extends Widget
{
protected $listeners = ['$refresh'];
protected function getTableQuery(): Builder
{
return ServerProvider::getByProjectId(auth()->user()->current_project_id);