Skip to content

Commit

Permalink
remove throttle
Browse files Browse the repository at this point in the history
  • Loading branch information
catgirlinspace committed Jul 14, 2024
1 parent 60829fb commit 7bda1b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assistant/templates/assistant/view_thread.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ <h2 class="text-xl font-splatoon1">Thread data created from</h2>
</div>

<form class="flex flex-row gap-4 form-css" hx-target="#share-thread-result" hx-swap="innerHTML"
hx-post="{% url 'assistant:share_thread' thread.id %}" hx-trigger="submit throttle:5s"
hx-post="{% url 'assistant:share_thread' thread.id %}" hx-trigger="submit"
hx-ext="loading-states" data-loading-states
hx-confirm="Create a shared link for this thread? Shared links reflect the current state and any new messages will not be included."
id="share-thread-form">
Expand Down

0 comments on commit 7bda1b8

Please sign in to comment.