diff --git a/src/components/record/ExportRecordsDropdown.jsx b/src/components/record/ExportRecordsDropdown.jsx index 25a5d56..60bf3a7 100644 --- a/src/components/record/ExportRecordsDropdown.jsx +++ b/src/components/record/ExportRecordsDropdown.jsx @@ -18,8 +18,8 @@ const ExportRecordsDropdown = ({ records, onExport }) => { variant="primary" className="action-button" > - {/* Excel export is currently not supported by the backend - onExport(ExportType.EXCEL)}>{i18n("records.export.excel")}*/} + {/*Excel export is currently not supported by the backend, uncommenting for demonstration purposes*/} + onExport(ExportType.EXCEL)}>{i18n("records.export.excel")} onExport(ExportType.JSON)}>{i18n("records.export.json")} );