This commit is contained in:
Andras Bacsai
2023-12-08 00:16:22 +01:00
parent a6e76dfabc
commit 82f3d54bc3
9 changed files with 64 additions and 49 deletions

View File

@@ -47,7 +47,7 @@ class Select extends Component
}
public function render()
{
if ($this->search) $this->loadServices();
$this->loadServices();
return view('livewire.project.new.select');
}