impaktapps-ui-builder 1.0.66-alpha.3 → 1.0.66-alpha.5

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.
@@ -8856,13 +8856,9 @@ var pageMaster = (funcParams) => {
8856
8856
  const { store: store2, dynamicData: dynamicData2, submitHandler, service: service2 } = funcParams;
8857
8857
  return {
8858
8858
  setPage: async function() {
8859
- const uiSchema = await this.getUiSchema();
8860
- const event2 = new CustomEvent("pageNameChanged", {
8861
- detail: { pageName: uiSchema.heading, hasBackIcon: true }
8862
- });
8863
- window.dispatchEvent(event2);
8864
8859
  const formdata = await this.getFormdata();
8865
8860
  store2.setFormdata(formdata);
8861
+ const uiSchema = await this.getUiSchema();
8866
8862
  const schema2 = await this.getSchema();
8867
8863
  store2.setSchema(schema2);
8868
8864
  store2.setUiSchema(uiSchema);