Skip to content

Commit

Permalink
fix session notifications
Browse files Browse the repository at this point in the history
  • Loading branch information
tanthammar committed Feb 4, 2022
1 parent 516eb2d commit 1b6f819
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/components/notification.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
])
<div wire:ignore x-data="{
showMessages: {{ $show }},
messages: {{ tfjs::from($messages) }},
messages: [{{ tfjs::from($messages) }}],
showErrors: false,
errors: [],
newMessage(obj) {
Expand Down

0 comments on commit 1b6f819

Please sign in to comment.