Compare commits

..

No commits in common. "47eeaa59be0fcec86ffda697c0bab9d3155fc15a" and "0dc2c8d88ce856d5cfa061f0e926a36df7ec8901" have entirely different histories.

2 changed files with 0 additions and 2 deletions

View File

@ -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');

View File

@ -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()