impaktapps-ui-builder 0.0.101-alpha.8 → 0.0.101-alpha.9

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "impaktapps-ui-builder",
3
- "version": "0.0.101-alpha.8",
3
+ "version": "0.0.101-alpha.9",
4
4
  "scripts": {
5
5
  "dev": "vite",
6
6
  "build": "tsc && vite build",
@@ -518,7 +518,6 @@ export const PageMasterUiSchema: any = (theme) => {
518
518
  layout: { xs: 4, sm: 2.5, md: 2, lg: 1.5 },
519
519
  main: {
520
520
  name: "Save",
521
- startIcon: "ApproveIcon",
522
521
  variant: "contained",
523
522
  type: "text",
524
523
  onClick: "saveHandler",