diff --git a/src/Livewire/FilamentForm/Show.php b/src/Livewire/FilamentForm/Show.php index bf654b9..b8b0daf 100644 --- a/src/Livewire/FilamentForm/Show.php +++ b/src/Livewire/FilamentForm/Show.php @@ -115,7 +115,7 @@ public function create() ); } - $this->emit('entrySaved', $entryModel); + $this->dispatch('entrySaved', $entryModel); if ($this->filamentForm->redirect_url) { return redirect($this->filamentForm->redirect_url);