From 290cdf5d4f108d9d396d5ed3a63454ea00bb3fc2 Mon Sep 17 00:00:00 2001 From: Simon Date: Wed, 22 Oct 2025 02:04:37 +0100 Subject: [PATCH] chore: use input type `datetime-local` instead of `text` (#5174) --- web/src/components/DateTimeInput.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/components/DateTimeInput.tsx b/web/src/components/DateTimeInput.tsx index 6d0c126fc..852369e7c 100644 --- a/web/src/components/DateTimeInput.tsx +++ b/web/src/components/DateTimeInput.tsx @@ -18,7 +18,7 @@ interface Props { const DateTimeInput: React.FC = ({ value, onChange }) => { return ( {