diff --git a/app/Livewire/Server/Resources.php b/app/Livewire/Server/Resources.php index 194fd8269..c90d5b4c9 100644 --- a/app/Livewire/Server/Resources.php +++ b/app/Livewire/Server/Resources.php @@ -12,7 +12,7 @@ class Resources extends Component use AuthorizesRequests; public ?Server $server = null; public $parameters = []; - public Collection $unmanagedContainers; + public ?Collection $unmanagedContainers = null; public function getListeners() { $teamId = auth()->user()->currentTeam()->id; @@ -55,7 +55,6 @@ public function mount() { } catch (\Throwable $e) { return handleError($e, $this); } - // $this->loadUnmanagedContainers(); } public function render() {