change range to max four to avoid errors

This commit is contained in:
Robin Olsen
2026-02-13 14:31:45 +01:00
parent 6c20c2c663
commit 0a6a68d30a
2 changed files with 2 additions and 2 deletions

View File

@@ -67,7 +67,7 @@ templ IssueForm(props IssueFormProps) {
Label: "Priority",
Class: "flex-1",
Min: 0,
Max: 5,
Max: 4,
Value: props.Priority,
Step: 1,
})