impaktapps-ui-builder 0.0.97-alpha.20 → 0.0.97-alpha.21
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.
|
@@ -7896,7 +7896,7 @@ const createLayoutFormat = (config) => {
|
|
|
7896
7896
|
return data;
|
|
7897
7897
|
};
|
|
7898
7898
|
const flatObjectValueInArray = (config = []) => {
|
|
7899
|
-
if (config
|
|
7899
|
+
if (config.length < 1) {
|
|
7900
7900
|
return;
|
|
7901
7901
|
}
|
|
7902
7902
|
const keyName = Object.keys(config[0])[0];
|