impaktapps-ui-builder 0.0.101-alpha.65 → 0.0.101-alpha.67

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.
@@ -8917,7 +8917,7 @@ const EventSchema = {
8917
8917
  disabled: true
8918
8918
  },
8919
8919
  pageName: {
8920
- path: []
8920
+ path: [{ label: "defaultLabel", path: "defaultPath" }]
8921
8921
  }
8922
8922
  },
8923
8923
  required: ["eventType", "Handler"]
@@ -9631,6 +9631,7 @@ var event = (store2, dynamicData2, submitHandler, service2, functionsName) => {
9631
9631
  const formdata = await this.getFormData();
9632
9632
  store2.setFormdata(formdata);
9633
9633
  const schema2 = await this.getSchema();
9634
+ console.log("SettingSchema>>", schema2);
9634
9635
  store2.setSchema(schema2);
9635
9636
  this.refreshPage(formdata.Handler, store2);
9636
9637
  },