Don't need the send in the value for the attr

This commit is contained in:
Arham Jain 2021-11-26 14:05:08 -05:00 committed by GitHub
parent d4e3335618
commit fb5d2a864c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,7 +21,7 @@ of the event specified by [`hx-trigger`])
<div id="chat_room">
...
</div>
<form ws-send="send">
<form ws-send>
<input name="chat_message">
</form>
</div>