@visns-studio/visns-components 4.5.11 → 4.5.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.
@@ -268,8 +268,6 @@ const GenericDynamic = ({
268
268
  return prevActiveForm;
269
269
  }
270
270
 
271
- console.info(prevActiveForm);
272
-
273
271
  // Create a new row with placeholders based on the options length
274
272
  const numOptions = prevActiveForm[formKey].options.length;
275
273
  const newRow = Array(numOptions).fill(''); // Create an array of empty strings
@@ -590,8 +588,6 @@ const GenericDynamic = ({
590
588
  }, [activeForm]);
591
589
 
592
590
  const shouldDisplayFormList = (data, type) => {
593
- console.info(data[type]);
594
-
595
591
  if (!data[type] || !Array.isArray(data[type])) {
596
592
  return false;
597
593
  }
@@ -31,7 +31,6 @@ function useConfig(setting, tabs, filters, setRowsSelected, tableSetting) {
31
31
  const [subnav, setSubnav] = useState(filters || []);
32
32
 
33
33
  useEffect(() => {
34
- console.info(setting);
35
34
  setConfig({
36
35
  ajaxSetting: setting.ajaxSetting,
37
36
  form: setting.form,
package/package.json CHANGED
@@ -58,7 +58,7 @@
58
58
  "react-dom": "^17.0.1"
59
59
  },
60
60
  "name": "@visns-studio/visns-components",
61
- "version": "4.5.11",
61
+ "version": "4.5.12",
62
62
  "description": "Various packages to assist in the development of our Custom Applications.",
63
63
  "main": "index.js",
64
64
  "scripts": {