From 97ef7a400a38fe0d68f34ca4d283cea216c931ae Mon Sep 17 00:00:00 2001 From: lewisre Date: Wed, 11 Mar 2020 15:06:00 +0000 Subject: [PATCH] remove extraneous toIsoString call --- .../components/buildsbyDepartment/BuildsSummaryReportOptions.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Service.Host/client/src/components/buildsbyDepartment/BuildsSummaryReportOptions.js b/src/Service.Host/client/src/components/buildsbyDepartment/BuildsSummaryReportOptions.js index 6148a1a7..6e00db72 100644 --- a/src/Service.Host/client/src/components/buildsbyDepartment/BuildsSummaryReportOptions.js +++ b/src/Service.Host/client/src/components/buildsbyDepartment/BuildsSummaryReportOptions.js @@ -14,7 +14,7 @@ function BuildsByDepartmentReportOptions({ history }) { const handleClick = () => history.push({ pathname: `/production/reports/builds-summary`, - search: `?fromDate=${fromDate.toISOString()}&toDate=${toDate.toISOString()}&monthly=${monthly}` + search: `?fromDate=${fromDate}&toDate=${toDate}&monthly=${monthly}` }); return (