Skip to content

Commit 1fcc32c

Browse files
Use correct casing in HTMX swap attribute
1 parent fab3ffc commit 1fcc32c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/components/chat.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
class="button"
3333
hx-post="/assistants/{{ assistant_id }}/messages/{{ thread_id }}/send"
3434
hx-target="#messages"
35-
hx-swap="beforeEnd"
35+
hx-swap="beforeend"
3636
{% if inputDisabled %}disabled{% endif %}
3737
>
3838
Send

0 commit comments

Comments
 (0)