mirror of
https://github.com/ershisan99/coolify.git
synced 2025-12-17 04:59:30 +00:00
refactor: Remove unnecessary code in ExecuteContainerCommand.php
This commit is contained in:
@@ -123,9 +123,6 @@ class ExecuteContainerCommand extends Component
|
|||||||
if ($this->containers->count() > 0) {
|
if ($this->containers->count() > 0) {
|
||||||
$this->container = $this->containers->first();
|
$this->container = $this->containers->first();
|
||||||
}
|
}
|
||||||
if ($this->containers->count() === 1) {
|
|
||||||
$this->dispatch('connectToContainer');
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#[On('connectToContainer')]
|
#[On('connectToContainer')]
|
||||||
|
|||||||
Reference in New Issue
Block a user