From e3b90aca16da8a8fb25348eb1ebf6e57df39f72f Mon Sep 17 00:00:00 2001 From: regalijan Date: Thu, 19 Oct 2023 16:50:27 -0400 Subject: [PATCH] Don't require js for triggering file select on infractions modal --- components/NewInfractionModal.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/components/NewInfractionModal.tsx b/components/NewInfractionModal.tsx index 04912b6..0a514b9 100644 --- a/components/NewInfractionModal.tsx +++ b/components/NewInfractionModal.tsx @@ -128,7 +128,9 @@ export default function (props: { isOpen: boolean; onClose: () => void }) {
Evidence