aboutsummaryrefslogtreecommitdiff
path: root/src/reports/RouteReportPage.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/reports/RouteReportPage.jsx')
-rw-r--r--src/reports/RouteReportPage.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/reports/RouteReportPage.jsx b/src/reports/RouteReportPage.jsx
index 5003ff31..816e95cb 100644
--- a/src/reports/RouteReportPage.jsx
+++ b/src/reports/RouteReportPage.jsx
@@ -118,7 +118,7 @@ const RouteReportPage = () => {
)}
<div className={classes.containerMain}>
<div className={classes.header}>
- <ReportFilter handleSubmit={handleSubmit} handleSchedule={handleSchedule} multiDevice>
+ <ReportFilter handleSubmit={handleSubmit} handleSchedule={handleSchedule} multiDevice loading={loading}>
<ColumnSelect
columns={columns}
setColumns={setColumns}