Apply suggestion from @Copilot

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Ine
2026-02-20 16:44:40 +01:00
committed by GitHub
parent 2cc808337f
commit d1951cbbc0

View File

@@ -75,7 +75,7 @@ templ CommentForm(props CommentFormProps) {
hx-post={ "/issues/" + props.IssueID + "/comments" }
hx-target="#comments-list"
hx-swap="beforeend"
hx-on::after-request="this.reset()"
hx-on::after-success="this.reset()"
>
@base.Input(base.InputProps{
Name: "author",