@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
|
}
|
package/package.json
CHANGED