From 305c738e500bd0ca7c149d42bc43e9d4421e4591 Mon Sep 17 00:00:00 2001 From: Michael Fatemi Date: Thu, 1 Jul 2021 00:34:18 -0400 Subject: [PATCH] disable end date selector when creating event --- src/components/NewUI/EventCreator.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/NewUI/EventCreator.tsx b/src/components/NewUI/EventCreator.tsx index 500ecbf..21244d4 100644 --- a/src/components/NewUI/EventCreator.tsx +++ b/src/components/NewUI/EventCreator.tsx @@ -197,7 +197,7 @@ export default function EventCreator({ group }: { group: IGroup }) { disabled={creating} /> Date of last occurence - + )} {createdEventId === -1 ? (