diff --git a/app/Livewire/Project/New/Select.php b/app/Livewire/Project/New/Select.php index b1842547e..2662cff09 100644 --- a/app/Livewire/Project/New/Select.php +++ b/app/Livewire/Project/New/Select.php @@ -70,6 +70,10 @@ public function updatedSelectedEnvironment() // } // } + public function updatedSearch() + { + $this->loadServices(); + } public function loadServices(bool $force = false) { try { diff --git a/resources/views/livewire/project/new/select.blade.php b/resources/views/livewire/project/new/select.blade.php index c3030f304..eea43a8bd 100644 --- a/resources/views/livewire/project/new/select.blade.php +++ b/resources/views/livewire/project/new/select.blade.php @@ -1,4 +1,4 @@ -
+

New Resource

@@ -377,12 +377,12 @@ class="w-[4.5rem]

Services

Reload List -
Trademarks Policy: The respective trademarks mentioned here are owned by the respective companies, and use of them does not imply any affiliation or endorsement.
+ @if ($loadingServices) @else