impaktapps-ui-builder 0.0.101-alpha.63 → 0.0.101-alpha.64
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.
|
@@ -9750,7 +9750,7 @@ var event = (store2, dynamicData2, submitHandler, service2, functionsName) => {
|
|
|
9750
9750
|
const data = _.get(config2, e);
|
|
9751
9751
|
pathArray.push({
|
|
9752
9752
|
label: (data == null ? void 0 : data.name) || (data == null ? void 0 : data.eventType) || "NewComponent",
|
|
9753
|
-
path: `/
|
|
9753
|
+
path: `/ComponentEvents?path=${e}&id=${id}`
|
|
9754
9754
|
});
|
|
9755
9755
|
});
|
|
9756
9756
|
}
|