We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a790c0a commit 1c5775cCopy full SHA for 1c5775c
resources/views/components/blog/kiosk/articles.blade.php
@@ -67,7 +67,7 @@
67
<button
68
type="button"
69
class="flex items-center space-x-1 text-sm font-medium text-theme-danger-600"
70
- @click="window.livewire.dispatch('triggerArticleDelete', {id: {{ $article->id }}})"
+ @click="$dispatch('triggerArticleDelete', {id: {{ $article->id }}})"
71
>
72
<x-ark-icon name="trash" size="sm" />
73
0 commit comments