mirror of
https://github.com/tiennm99/coolify.git
synced 2026-05-04 15:35:40 +00:00
Merge pull request #6854 from coollabsio/andrasbacsai/terminal-datalist-dropdown
feat: replace terminal dropdown with searchable datalist component
This commit is contained in:
@@ -61,6 +61,10 @@ class Index extends Component
|
||||
|
||||
public function updatedSelectedUuid()
|
||||
{
|
||||
if ($this->selected_uuid === 'default') {
|
||||
// When cleared to default, do nothing (no error message)
|
||||
return;
|
||||
}
|
||||
$this->connectToContainer();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user