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 ( {