impaktapps-ui-builder 0.0.382-alpha.200 → 0.0.382-alpha.201

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.
@@ -246,7 +246,7 @@ const PageMasterUiSchema = {
246
246
  main: {
247
247
  icon: "RejectIcon",
248
248
  color: "error",
249
- onClick: "Delete_Components",
249
+ onClick: "deletePopUp",
250
250
  tooltipMessage: "Reject This Record"
251
251
  }
252
252
  }
@@ -421,7 +421,7 @@ const PageMasterUiSchema = {
421
421
  variant: "contained",
422
422
  color: "info",
423
423
  type: "text",
424
- onClick: "deleteEvent",
424
+ onClick: "Delete_Components",
425
425
  size: "small"
426
426
  },
427
427
  style: {
@@ -444,7 +444,7 @@ const PageMasterUiSchema = {
444
444
  variant: "contained",
445
445
  color: "info",
446
446
  type: "text",
447
- onClick: "deleteEvent",
447
+ onClick: "Delete_Components",
448
448
  size: "small"
449
449
  },
450
450
  style: {