@visns-studio/visns-components 4.9.10 → 4.9.12

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/package.json CHANGED
@@ -75,7 +75,7 @@
75
75
  "react-dom": "^17.0.0 || ^18.0.0"
76
76
  },
77
77
  "name": "@visns-studio/visns-components",
78
- "version": "4.9.10",
78
+ "version": "4.9.12",
79
79
  "description": "Various packages to assist in the development of our Custom Applications.",
80
80
  "main": "src/index.js",
81
81
  "files": [
@@ -1473,9 +1473,9 @@ function GenericFormBuilder({ setting, urlParam, userProfile }) {
1473
1473
  dataField.type ===
1474
1474
  'table_text'
1475
1475
  ) {
1476
- excludedKeywords.push(
1477
- 'checkbox'
1478
- );
1476
+ // excludedKeywords.push(
1477
+ // 'checkbox'
1478
+ // );
1479
1479
  }
1480
1480
  return !excludedKeywords.some(
1481
1481
  (
@@ -1610,9 +1610,9 @@ function GenericFormBuilder({ setting, urlParam, userProfile }) {
1610
1610
  dataField.type ===
1611
1611
  'table_text'
1612
1612
  ) {
1613
- excludedKeywords.push(
1614
- 'checkbox'
1615
- );
1613
+ // excludedKeywords.push(
1614
+ // 'checkbox'
1615
+ // );
1616
1616
  }
1617
1617
  return !excludedKeywords.some(
1618
1618
  (