Compare commits
2 Commits
0dc2c8d88c
...
47eeaa59be
| Author | SHA1 | Date |
|---|---|---|
|
|
47eeaa59be | |
|
|
930010fb82 |
|
|
@ -41,6 +41,7 @@ public function save(ClientService $clientService)
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
public function render()
|
||||
{
|
||||
return view('livewire.admin.add-client');
|
||||
|
|
|
|||
|
|
@ -10,6 +10,7 @@ class ShowClient extends Component
|
|||
{
|
||||
|
||||
#[On('clientDeleted')]
|
||||
#[On('client-added')]
|
||||
public function refreshClientList() {}
|
||||
|
||||
public function render()
|
||||
|
|
|
|||
Loading…
Reference in New Issue