@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
|
|
680
|
+
{activeForm.id && (
|
|
682
681
|
<>
|
|
683
682
|
{multiple && activeForm.form_status === 0 ? (
|
|
684
683
|
<button className="btn" onClick={handleSaveForm}>
|
package/package.json
CHANGED