@visns-studio/visns-components 3.7.7 → 3.7.8

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.
@@ -68,7 +68,6 @@ const renderValue = (field, data) => {
68
68
  ? moment(field.value).toDate()
69
69
  : '';
70
70
  default:
71
- console.info(field, data);
72
71
  return field.value || '';
73
72
  }
74
73
  };
@@ -678,7 +677,7 @@ const GenericDynamic = ({
678
677
  </button>
679
678
  )}
680
679
 
681
- {activeForm?.length > 0 && (
680
+ {activeForm.id && (
682
681
  <>
683
682
  {multiple && activeForm.form_status === 0 ? (
684
683
  <button className="btn" onClick={handleSaveForm}>
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.7.7",
53
+ "version": "3.7.8",
54
54
  "description": "Various packages to assist in the development of our Custom Applications.",
55
55
  "main": "index.js",
56
56
  "scripts": {