diff options
author | Iván Ávalos <avalos@disroot.org> | 2021-12-28 17:48:28 -0600 |
---|---|---|
committer | Iván Ávalos <avalos@disroot.org> | 2021-12-28 17:48:28 -0600 |
commit | da626c4619288ce09a4550f6d084ac7c380b6d71 (patch) | |
tree | f306c88482a06333b2e505a8f4943be04d4c698f /modern/src/reports/TripReportPage.js | |
parent | 124ef731471e152a8b0a074b86d8d3253bd955ff (diff) | |
download | etbsa-traccar-web-da626c4619288ce09a4550f6d084ac7c380b6d71.tar.gz etbsa-traccar-web-da626c4619288ce09a4550f6d084ac7c380b6d71.tar.bz2 etbsa-traccar-web-da626c4619288ce09a4550f6d084ac7c380b6d71.zip |
Removed now unnecessary NoRowsOverlay.js
Diffstat (limited to 'modern/src/reports/TripReportPage.js')
-rw-r--r-- | modern/src/reports/TripReportPage.js | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/modern/src/reports/TripReportPage.js b/modern/src/reports/TripReportPage.js index e47c072..f2cffc2 100644 --- a/modern/src/reports/TripReportPage.js +++ b/modern/src/reports/TripReportPage.js @@ -6,7 +6,6 @@ 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'; @@ -121,9 +120,6 @@ const TripReportPage = () => { <DataGrid rows={items} columns={columns} - components={{ - NoRowsOverlay: NoRowsOverlay, - }} hideFooter autoHeight getRowId={() => Math.random()} |