impaktapps-ui-builder 0.0.314 → 0.0.316

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.
@@ -7243,6 +7243,7 @@ var Component = (store2, dynamicData2) => {
7243
7243
  saveHandler: async function() {
7244
7244
  var _a;
7245
7245
  const path = (_a = store2.searchParams) == null ? void 0 : _a.get("path");
7246
+ console.log(store2.ctx.core.errors);
7246
7247
  if (_.isEmpty(store2.ctx.core.errors)) {
7247
7248
  saveFormdataInLocalStorage(store2.formData, path);
7248
7249
  store2.navigate(-1);