impaktapps-ui-builder 1.0.61 → 1.0.621
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.
|
@@ -12167,7 +12167,7 @@ const buildPopUp = (config2, componentScope2) => {
|
|
|
12167
12167
|
popup.config.layout = createLayoutFormat(config2.layout, config2.type);
|
|
12168
12168
|
}
|
|
12169
12169
|
if (config2.style) {
|
|
12170
|
-
|
|
12170
|
+
popup.config.style = JSON.parse(config2.style);
|
|
12171
12171
|
}
|
|
12172
12172
|
return popup;
|
|
12173
12173
|
};
|