From 5b77af549c94a4cda8c5ca4764c7fbc4d8f065a3 Mon Sep 17 00:00:00 2001 From: Iván Ávalos Date: Mon, 20 Dec 2021 22:27:38 -0600 Subject: Localized grid no rows message, removed e-mail report button, among other report-related changes --- modern/src/reports/TripReportPage.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'modern/src/reports/TripReportPage.js') diff --git a/modern/src/reports/TripReportPage.js b/modern/src/reports/TripReportPage.js index 91c165d..5ea8a19 100644 --- a/modern/src/reports/TripReportPage.js +++ b/modern/src/reports/TripReportPage.js @@ -6,6 +6,7 @@ import { } from '../common/formatter'; import ReportFilter from './ReportFilter'; import ReportLayout from './ReportLayout'; +import NoRowsOverlay from './NoRowsOverlay'; import { useAttributePreference } from '../common/preferences'; import { useTranslation } from '../LocalizationProvider'; @@ -120,10 +121,13 @@ const TripReportPage = () => { Math.random()} - /> + /> ); }; -- cgit v1.2.3