Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
nengyuanzhang committed Feb 17, 2024
2 parents b9d477b + aa7d172 commit 869e479
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion myems-web/src/components/MyEMS/Tenant/TenantBatch.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ const [reportingPeriodDateRange, setReportingPeriodDateRange] = useState([curren

//Results
const [detailedDataTableColumns, setDetailedDataTableColumns] = useState(
[{dataField: 'name', text: t('Name'), formatter: nameFormatter, sort: true}, {dataField: 'space', text: t('Space'), sort: true}]);
[{dataField: 'name', text: t('Name'), sort: true}, {dataField: 'space', text: t('Space'), sort: true}]);
const [excelBytesBase64, setExcelBytesBase64] = useState(undefined);

useEffect(() => {
Expand Down

0 comments on commit 869e479

Please sign in to comment.