impaktapps-ui-builder 0.0.382-alpha.313 → 0.0.382-alpha.314

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.
@@ -391,7 +391,7 @@ const PageMasterUiSchema = {
391
391
  },
392
392
  main: {}
393
393
  },
394
- elemetns: [
394
+ elements: [
395
395
  {
396
396
  type: "Control",
397
397
  scope: "#/properties/label",
@@ -447,7 +447,7 @@ const PageMasterUiSchema = {
447
447
  config: {
448
448
  layout: 3,
449
449
  main: {
450
- name: "Yes",
450
+ name: "No",
451
451
  startIcon: "ApproveIcon",
452
452
  variant: "contained",
453
453
  color: "info",
@@ -7996,6 +7996,7 @@ var pageMaster = (funcParams) => {
7996
7996
  store2.updateDialog("popUpPageMasterEvent");
7997
7997
  },
7998
7998
  deletePopUpComponent: function() {
7999
+ dynamicData2.path.split(".")[1];
7999
8000
  store2.updateDialog("popUpPageMasterComponent");
8000
8001
  },
8001
8002
  deletePopUpEvent: function() {