From 1489926b6f52e8881e45773486fe2530d5dfeca9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adam=20Blahovi=C4=8D?= <45385678+a-blaho@users.noreply.github.com> Date: Tue, 5 Sep 2023 20:20:33 +0200 Subject: [PATCH] Fixed minimal value for time offset input field --- .../src/components/forms/TimeOffsetForm.tsx | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/frontend/src/components/forms/TimeOffsetForm.tsx b/frontend/src/components/forms/TimeOffsetForm.tsx index b02e75781..6d213b359 100644 --- a/frontend/src/components/forms/TimeOffsetForm.tsx +++ b/frontend/src/components/forms/TimeOffsetForm.tsx @@ -83,12 +83,25 @@ const TimeOffsetForm: FunctionComponent = ({ selections, onSubmit }) => { > - - - + + +