From 7728a3f1c002cb1cb6d92719950c69242210dbee Mon Sep 17 00:00:00 2001 From: Marius Levang <55030714+MariusLevang@users.noreply.github.com> Date: Fri, 6 Sep 2024 12:01:35 +0200 Subject: [PATCH] fix: Add year and month picker (TT-1707-fix) (#50) --- src/components/BoxRegistrationModal.tsx | 1 + src/components/IssueList.tsx | 1 + 2 files changed, 2 insertions(+) diff --git a/src/components/BoxRegistrationModal.tsx b/src/components/BoxRegistrationModal.tsx index 73d00ea..804071f 100644 --- a/src/components/BoxRegistrationModal.tsx +++ b/src/components/BoxRegistrationModal.tsx @@ -79,6 +79,7 @@ const BoxRegistrationModal: FC = (props: BoxRegistrat void setFieldValue('startDate', val.toDate('UTC'))} diff --git a/src/components/IssueList.tsx b/src/components/IssueList.tsx index d0dd093..24f46d0 100644 --- a/src/components/IssueList.tsx +++ b/src/components/IssueList.tsx @@ -271,6 +271,7 @@ export default function IssueList(props: {title: title; box: box}) {