Apply suggestion from @Copilot
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -75,7 +75,7 @@ templ CommentForm(props CommentFormProps) {
|
|||||||
hx-post={ "/issues/" + props.IssueID + "/comments" }
|
hx-post={ "/issues/" + props.IssueID + "/comments" }
|
||||||
hx-target="#comments-list"
|
hx-target="#comments-list"
|
||||||
hx-swap="beforeend"
|
hx-swap="beforeend"
|
||||||
hx-on::after-request="this.reset()"
|
hx-on::after-success="this.reset()"
|
||||||
>
|
>
|
||||||
@base.Input(base.InputProps{
|
@base.Input(base.InputProps{
|
||||||
Name: "author",
|
Name: "author",
|
||||||
|
|||||||
Reference in New Issue
Block a user