FIXED COMMENTS. TASK BACKLOG REFINEMENT ISSUE

This commit is contained in:
Ine Maria Nilssen Aanonsen
2026-03-06 21:04:58 +01:00
parent 68054f7409
commit e64950879d
25 changed files with 51 additions and 37 deletions

View File

@@ -7,11 +7,12 @@ type CloseIssueFormProps struct {
}
templ CloseIssueForm(props CloseIssueFormProps) {
<div id="close-issue-error" class="mb-4"></div>
<form
class="form space-y-4"
hx-post={ props.PostAction }
hx-target="body"
hx-swap="none"
hx-target="#close-issue-error"
hx-swap="innerHTML"
>
@base.Select(base.SelectProps{
Name: "close_reason",