fix styling a bit and use CreatedBy

This commit is contained in:
Robin Olsen
2026-02-25 14:01:05 +01:00
parent 93aa452805
commit 6da6113ae5
9 changed files with 208 additions and 190 deletions

View File

@@ -54,9 +54,10 @@ func AssigneeForm(props AssigneeFormProps) templ.Component {
return templ_7745c5c3_Err
}
templ_7745c5c3_Err = base.Input(base.InputProps{
Name: "assignee",
Type: "text",
Value: props.Assignee,
Name: "assignee",
Type: "text",
Placeholder: "Enter assingee",
Value: props.Assignee,
}).Render(ctx, templ_7745c5c3_Buffer)
if templ_7745c5c3_Err != nil {
return templ_7745c5c3_Err