From e7d93989d34f16a1b8a13a4c45247dd1ee655106 Mon Sep 17 00:00:00 2001 From: Adam Piontek Date: Sun, 14 Aug 2022 10:37:55 -0400 Subject: [PATCH] fixed csv export view fields required issue --- lib/shift73k_web/templates/user_shifts_csv/new.html.heex | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/shift73k_web/templates/user_shifts_csv/new.html.heex b/lib/shift73k_web/templates/user_shifts_csv/new.html.heex index 0a3d98ac..81f9f126 100644 --- a/lib/shift73k_web/templates/user_shifts_csv/new.html.heex +++ b/lib/shift73k_web/templates/user_shifts_csv/new.html.heex @@ -26,6 +26,7 @@ value: Date.beginning_of_month(today), min: min_date, max: max_date, + required: true, class: "form-control" %> @@ -36,6 +37,7 @@ value: Date.end_of_month(today), min: min_date, max: max_date, + required: true, class: "form-control" %>