From d7cd77f05140eb1624705b65cdf60f443433c78e Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Thu, 19 Sep 2024 09:50:09 -0600 Subject: [PATCH] Clean up typing --- web/src/components/input/InputWithTags.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/web/src/components/input/InputWithTags.tsx b/web/src/components/input/InputWithTags.tsx index 7bf72bfee..218f4e34e 100644 --- a/web/src/components/input/InputWithTags.tsx +++ b/web/src/components/input/InputWithTags.tsx @@ -189,6 +189,8 @@ export default function InputWithTags({ let timestamp = 0; switch (type) { + case "query": + break; case "before": case "after": timestamp = convertLocalDateToTimestamp(value);