Fix unmanagedContainers type declaration
This commit is contained in:
parent
2eb7712e09
commit
a4d173c733
@ -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()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user