impaktapps-ui-builder 1.0.62 → 1.0.63
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.
|
@@ -12096,7 +12096,7 @@ const buildPopUp = (config2, componentScope2) => {
|
|
|
12096
12096
|
popup.config.layout = createLayoutFormat(config2.layout, config2.type);
|
|
12097
12097
|
}
|
|
12098
12098
|
if (config2.style) {
|
|
12099
|
-
|
|
12099
|
+
popup.config.style = JSON.parse(config2.style);
|
|
12100
12100
|
}
|
|
12101
12101
|
return popup;
|
|
12102
12102
|
};
|