@vgip/meta-ui 1.3.0 → 1.3.1
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.
|
@@ -654,7 +654,7 @@ const metaNormalizer = (meta, integration, resourceType) => {
|
|
|
654
654
|
for (const ff of f.fields) {
|
|
655
655
|
fieldFixesByIntegration(ff);
|
|
656
656
|
}
|
|
657
|
-
if (f.name &&
|
|
657
|
+
if (f.name && /composite/.test(f.name)) {
|
|
658
658
|
delete f.name;
|
|
659
659
|
}
|
|
660
660
|
}
|