Remove unnecessary code and update services list
loading
This commit is contained in:
@@ -47,7 +47,6 @@ class Select extends Component
|
|||||||
}
|
}
|
||||||
public function render()
|
public function render()
|
||||||
{
|
{
|
||||||
$this->loadServices();
|
|
||||||
return view('livewire.project.new.select');
|
return view('livewire.project.new.select');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -145,7 +145,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div> --}}
|
</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>
|
<h2 class="py-4">Services</h2>
|
||||||
<x-forms.button wire:click='loadServices(true)'>Reload Services List</x-forms.button>
|
<x-forms.button wire:click='loadServices(true)'>Reload Services List</x-forms.button>
|
||||||
<input
|
<input
|
||||||
|
Reference in New Issue
Block a user