@nkhang1902/strapi-plugin-export-import-clsx 1.5.6 → 1.5.8

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.
@@ -175,6 +175,8 @@ const ExportImportButtons = (props) => {
175
175
  const a = document.createElement("a");
176
176
  a.href = url;
177
177
 
178
+ const disposition = response.headers.get('Content-Disposition');
179
+
178
180
  let filename = 'download.xlsx';
179
181
 
180
182
  if (disposition) {
@@ -130,7 +130,7 @@ const ExportButtonsEditView = (props) => {
130
130
  variant="secondary"
131
131
  fullWidth
132
132
  >
133
- Export Participants
133
+ Export Participant List
134
134
  </Button>
135
135
  </>
136
136
  );
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nkhang1902/strapi-plugin-export-import-clsx",
3
- "version": "1.5.6",
3
+ "version": "1.5.8",
4
4
  "description": "A powerful Strapi plugin for exporting and importing data with Excel support and advanced filtering",
5
5
  "main": "./strapi-server.js",
6
6
  "scripts": {