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.
- package/dist/impaktapps-ui-builder.es.js +3 -1
- package/dist/impaktapps-ui-builder.es.js.map +1 -1
- package/dist/impaktapps-ui-builder.umd.js +1 -1
- package/dist/impaktapps-ui-builder.umd.js.map +1 -1
- package/package.json +1 -1
- package/src/impaktapps-ui-builder/builder/elements/UiSchema/PageMaster/uiSchema.ts +3 -1
|
@@ -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: "
|
|
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
|
}
|