Refresh on delete

This commit is contained in:
2026-01-10 15:45:41 +01:00
parent a3b66b483b
commit e136e8e1b6

View File

@@ -56,6 +56,8 @@ class Comment extends Component
$this->authorize('destroy', $this->comment); $this->authorize('destroy', $this->comment);
$this->comment->delete(); $this->comment->delete();
$this->dispatch('refresh');
} }
public function postReply() public function postReply()