Skip to content

Commit b039b95

Browse files
author
John Wesely
committed
chage emit to dispatch
1 parent d1170e3 commit b039b95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Livewire/FilamentForm/Show.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ public function create()
115115
);
116116
}
117117

118-
$this->emit('entrySaved', $entryModel);
118+
$this->dispatch('entrySaved', $entryModel);
119119

120120
if ($this->filamentForm->redirect_url) {
121121
return redirect($this->filamentForm->redirect_url);

0 commit comments

Comments
 (0)