Skip to content

Commit 1b6f819

Browse files
committed
fix session notifications
1 parent 516eb2d commit 1b6f819

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/components/notification.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
])
1010
<div wire:ignore x-data="{
1111
showMessages: {{ $show }},
12-
messages: {{ tfjs::from($messages) }},
12+
messages: [{{ tfjs::from($messages) }}],
1313
showErrors: false,
1414
errors: [],
1515
newMessage(obj) {

0 commit comments

Comments
 (0)