@visns-studio/visns-components 3.3.14 → 3.4.1

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.
@@ -320,13 +320,13 @@ function Form({
320
320
  }
321
321
  };
322
322
 
323
- const handleFileDownload = (async = (d) => {
323
+ const handleFileDownload = async (d) => {
324
324
  try {
325
325
  console.info(d);
326
326
  } catch (error) {
327
327
  console.error(error);
328
328
  }
329
- });
329
+ };
330
330
 
331
331
  const autocompleteSelect = (place, id) => {
332
332
  const { address, text, context } = place;
@@ -657,8 +657,9 @@ function Form({
657
657
  ) {
658
658
  if (formSettings.save.return.type === 'table') {
659
659
  if (
660
+ result &&
660
661
  result[formSettings.save.return.param].length >
661
- 0
662
+ 0
662
663
  ) {
663
664
  const td = parseTableData(
664
665
  result[formSettings.save.return.param]
package/package.json CHANGED
@@ -49,7 +49,7 @@
49
49
  "react-dom": "^17.0.1"
50
50
  },
51
51
  "name": "@visns-studio/visns-components",
52
- "version": "3.3.14",
52
+ "version": "3.4.1",
53
53
  "description": "Various packages to assist in the development of our Custom Applications.",
54
54
  "main": "index.js",
55
55
  "scripts": {