Compare commits
No commits in common. "47eeaa59be0fcec86ffda697c0bab9d3155fc15a" and "0dc2c8d88ce856d5cfa061f0e926a36df7ec8901" have entirely different histories.
47eeaa59be
...
0dc2c8d88c
|
|
@ -41,7 +41,6 @@ public function save(ClientService $clientService)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
public function render()
|
public function render()
|
||||||
{
|
{
|
||||||
return view('livewire.admin.add-client');
|
return view('livewire.admin.add-client');
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,6 @@ class ShowClient extends Component
|
||||||
{
|
{
|
||||||
|
|
||||||
#[On('clientDeleted')]
|
#[On('clientDeleted')]
|
||||||
#[On('client-added')]
|
|
||||||
public function refreshClientList() {}
|
public function refreshClientList() {}
|
||||||
|
|
||||||
public function render()
|
public function render()
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue