impaktapps-ui-builder 0.0.412-mtreemap.40 → 0.0.412-mtreemap.41

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.
@@ -54,6 +54,7 @@ const PageMasterUiSchema = (theme) => {
54
54
  config: {
55
55
  main: {},
56
56
  wrapperStyle: {
57
+ marginLeft: theme.spacing(3),
57
58
  backgroundColor: theme.palette.background.default
58
59
  }
59
60
  },
@@ -73,9 +74,6 @@ const PageMasterUiSchema = (theme) => {
73
74
  errorMessage: "Name should be start with 'page_'",
74
75
  helperText: 'Name should be start with "page_"',
75
76
  required: true
76
- },
77
- style: {
78
- marginLeft: theme.spacing(3)
79
77
  }
80
78
  }
81
79
  },