From 78b9166bdbffe0c03906e9241441645b85b91a6c Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Sat, 23 Sep 2023 11:47:24 +0200 Subject: [PATCH] fix: sentry issue 4478125289 --- app/Http/Livewire/Project/New/Select.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Http/Livewire/Project/New/Select.php b/app/Http/Livewire/Project/New/Select.php index 53fb6c9fd..811a679ba 100644 --- a/app/Http/Livewire/Project/New/Select.php +++ b/app/Http/Livewire/Project/New/Select.php @@ -17,7 +17,7 @@ class Select extends Component public string $type; public string $server_id; public string $destination_uuid; - public Countable|array|Server $servers; + public Countable|array|Server $servers = []; public Collection|array $standaloneDockers = []; public Collection|array $swarmDockers = []; public array $parameters;