impaktapps-ui-builder 0.0.592-alpha.6 → 0.0.592-alpha.7

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.
@@ -6347,7 +6347,7 @@ const ComponentSchema = {
6347
6347
  { title: "Line Graph", const: "LineGraph" },
6348
6348
  { title: "Pie Graph", const: "PieGraph" },
6349
6349
  { title: "Horizontal Bar Graph", const: "HorizontalBarGraph" },
6350
- { label: "Stack Horizontal Bar Graph", value: "HorizontalStackBarGraph" }
6350
+ { title: "Stack Horizontal Bar Graph", const: "HorizontalStackBarGraph" }
6351
6351
  ]
6352
6352
  },
6353
6353
  iconName: {