Skip to content

Commit 575c131

Browse files
committed
Fix thread reply form
1 parent b76eba9 commit 575c131

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui-presets/livewire-tailwind/views/pages/thread/reply.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<form wire:submit="reply">
1717
<x-forum::form.input-textarea
1818
id="content"
19-
wire:model="content" />
19+
wire:model="form.content" />
2020

2121
<div class="flex mt-6">
2222
<div class="grow">

0 commit comments

Comments
 (0)