@visns-studio/visns-components 3.5.2 → 3.5.3

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.
@@ -261,6 +261,9 @@ const GenericDynamic = ({ data, fetchData, label, setData, setting, type }) => {
261
261
  closeButton: true,
262
262
  });
263
263
  // Perform the download
264
+
265
+ // const fileName = slugify(label) + '.pdf';
266
+ // saveAs(res.data, fileName);
264
267
  saveAs(res.data);
265
268
  } else {
266
269
  // Update the toast to show an error message
package/package.json CHANGED
@@ -50,7 +50,7 @@
50
50
  "react-dom": "^17.0.1"
51
51
  },
52
52
  "name": "@visns-studio/visns-components",
53
- "version": "3.5.2",
53
+ "version": "3.5.3",
54
54
  "description": "Various packages to assist in the development of our Custom Applications.",
55
55
  "main": "index.js",
56
56
  "scripts": {