From 9634ea4e733c4a367f5b9f98fe167b31bde45641 Mon Sep 17 00:00:00 2001 From: Hajajus001 <117695072+Hajajus001@users.noreply.github.com> Date: Sat, 30 Mar 2024 15:53:56 -0700 Subject: [PATCH] Version 2 --- config/2024/config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/2024/config.json b/config/2024/config.json index 3dc92b9..8ec34a7 100644 --- a/config/2024/config.json +++ b/config/2024/config.json @@ -275,7 +275,7 @@ "title": "Red/Green Flag", "type": "select", "defaultValue": "No Flag", - "required": true, + "required": false, "choices": { "No FLag": "No Flag", "Green Flag": "Green Flag", @@ -287,7 +287,7 @@ "title": "Comments", "type": "text", "min": 0, - "max": 500, + "max": 750, "required": false } ]