impaktapps-ui-builder 1.0.165-test.1 → 1.0.166
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.
|
@@ -8927,6 +8927,8 @@ var Component = (store2, dynamicData2, submitHandler, service2) => {
|
|
|
8927
8927
|
},
|
|
8928
8928
|
eventAddHandler: function() {
|
|
8929
8929
|
var _a, _b;
|
|
8930
|
+
if (!isErrorExist(store2))
|
|
8931
|
+
return;
|
|
8930
8932
|
const path = (_a = store2.searchParams) == null ? void 0 : _a.get("path");
|
|
8931
8933
|
const id = (_b = store2.searchParams) == null ? void 0 : _b.get("id");
|
|
8932
8934
|
if (!Array.isArray(store2.formData.events)) {
|