Remove unnecessary code and update services list

loading
This commit is contained in:
Andras Bacsai 2023-11-23 11:40:29 +01:00
parent cff694b0c4
commit 16261fc36e
2 changed files with 1 additions and 2 deletions

View File

@ -47,7 +47,6 @@ public function mount()
}
public function render()
{
$this->loadServices();
return view('livewire.project.new.select');
}

View File

@ -145,7 +145,7 @@
</div>
</div> --}}
</div>
<div class="flex items-center gap-2">
<div class="flex items-center gap-2" wire:init='loadServices(true)'>
<h2 class="py-4">Services</h2>
<x-forms.button wire:click='loadServices(true)'>Reload Services List</x-forms.button>
<input