fix styling a bit and use CreatedBy
This commit is contained in:
@@ -43,11 +43,10 @@ templ IssueForm(props IssueFormProps) {
|
||||
Required: true,
|
||||
})
|
||||
@base.Textarea(base.TextareaProps{
|
||||
Name: "description",
|
||||
Label: "Description",
|
||||
Value: props.Description,
|
||||
Class: "w-full",
|
||||
Required: true,
|
||||
Name: "description",
|
||||
Label: "Description",
|
||||
Value: props.Description,
|
||||
Class: "w-full",
|
||||
})
|
||||
@base.Select(base.SelectProps{
|
||||
Name: "status",
|
||||
|
||||
Reference in New Issue
Block a user