@visns-studio/visns-components 3.4.0 → 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.
@@ -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.4.0",
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": {