Skip to content

Commit 1322dc9

Browse files
committed
refactor: Remove unnecessary code in ExecuteContainerCommand.php
1 parent f71fb72 commit 1322dc9

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

app/Livewire/Project/Shared/ExecuteContainerCommand.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -123,9 +123,6 @@ public function loadContainers()
123123
if ($this->containers->count() > 0) {
124124
$this->container = $this->containers->first();
125125
}
126-
if ($this->containers->count() === 1) {
127-
$this->dispatch('connectToContainer');
128-
}
129126
}
130127

131128
#[On('connectToContainer')]

0 commit comments

Comments
 (0)