diff --git a/app/Http/Livewire/Project/Shared/ExecuteContainerCommand.php b/app/Http/Livewire/Project/Shared/ExecuteContainerCommand.php index cfe149b92..3c73a7f52 100644 --- a/app/Http/Livewire/Project/Shared/ExecuteContainerCommand.php +++ b/app/Http/Livewire/Project/Shared/ExecuteContainerCommand.php @@ -83,7 +83,7 @@ class ExecuteContainerCommand extends Component $this->server = $this->resource->server; } - if ($this->containers->count() > 1) { + if ($this->containers->count() > 0) { $this->container = $this->containers->first(); } }