impaktapps-ui-builder 0.0.412-mtreemap.28 → 0.0.412-mtreemap.29

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.
@@ -370,6 +370,7 @@ const PageMasterUiSchema = (theme) => {
370
370
  heading: "Are you sure you want to delete ?"
371
371
  },
372
372
  style: {
373
+ textAlign: "center",
373
374
  marginTop: "-40px"
374
375
  }
375
376
  }
@@ -388,7 +389,7 @@ const PageMasterUiSchema = (theme) => {
388
389
  variant: "contained",
389
390
  color: "info",
390
391
  type: "text",
391
- onClick: "deleteComponents",
392
+ onClick: "Delete_Components",
392
393
  size: "small"
393
394
  }
394
395
  }
@@ -442,6 +443,7 @@ const PageMasterUiSchema = (theme) => {
442
443
  heading: "Are you sure you want to delete ?"
443
444
  },
444
445
  style: {
446
+ textAlign: "center",
445
447
  marginTop: "-40px"
446
448
  }
447
449
  }