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);