change range to max four to avoid errors
This commit is contained in:
@@ -67,7 +67,7 @@ templ IssueForm(props IssueFormProps) {
|
||||
Label: "Priority",
|
||||
Class: "flex-1",
|
||||
Min: 0,
|
||||
Max: 5,
|
||||
Max: 4,
|
||||
Value: props.Priority,
|
||||
Step: 1,
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user