From d58f2a07445c5b73ed5ffe8ab20a3305c813a5fd Mon Sep 17 00:00:00 2001 From: Vishesh 'ironeagle' Bangotra Date: Fri, 12 Jun 2026 16:29:55 +0530 Subject: [PATCH] fix: use date component for report snapshot start/end dates --- src/ReportSnapshots.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/ReportSnapshots.tsx b/src/ReportSnapshots.tsx index 671a98e..ca9e433 100644 --- a/src/ReportSnapshots.tsx +++ b/src/ReportSnapshots.tsx @@ -132,9 +132,9 @@ export default function ReportSnapshots() { )} - {startDateField && components?.datetime && ( + {startDateField && components?.date && ( - )} - {endDateField && components?.datetime && ( + {endDateField && components?.date && ( -