impaktapps-ui-builder 0.0.101-alpha.232 → 0.0.101-alpha.233
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.
|
@@ -10308,6 +10308,9 @@ var service = (funcParams) => {
|
|
|
10308
10308
|
0
|
|
10309
10309
|
);
|
|
10310
10310
|
}
|
|
10311
|
+
if (programId !== "programID") {
|
|
10312
|
+
funcParams.store.setFormdata((pre) => ({ ...pre, programId }));
|
|
10313
|
+
}
|
|
10311
10314
|
const uiSchema = pageData == null ? void 0 : pageData.uiSchema;
|
|
10312
10315
|
const event2 = new CustomEvent("pageNameChanged", {
|
|
10313
10316
|
detail: { pageName: config2.label }
|