Remove unnecessary code and update services list
loading
This commit is contained in:
parent
cff694b0c4
commit
16261fc36e
@ -47,7 +47,6 @@ public function mount()
|
||||
}
|
||||
public function render()
|
||||
{
|
||||
$this->loadServices();
|
||||
return view('livewire.project.new.select');
|
||||
}
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user