eai-frontend-components 2.0.52 → 2.0.53
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +13 -13
- package/dist/index.esm.js +1 -2
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +1 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -10413,8 +10413,7 @@ function DataTableExport({ exportData, totalRows }) {
|
|
|
10413
10413
|
return {};
|
|
10414
10414
|
}
|
|
10415
10415
|
const params = new URLSearchParams(exportData.params).toString();
|
|
10416
|
-
|
|
10417
|
-
downloadWithServiceWorker(`${exportData.url}?${params}`, 'data.xlsx');
|
|
10416
|
+
downloadWithServiceWorker(`${exportData.url}?${params}`, 'data_export.xlsx');
|
|
10418
10417
|
};
|
|
10419
10418
|
const renderExport = () => {
|
|
10420
10419
|
if (!exportData)
|