impaktapps-ui-builder 0.0.409-e → 0.0.409-f

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.
@@ -10995,6 +10995,7 @@ const buildUiSchema = (config) => {
10995
10995
  switch (config.type) {
10996
10996
  case "TreeMap":
10997
10997
  elements = buildTreeMap(config, componentScope);
10998
+ break;
10998
10999
  case "DateTime":
10999
11000
  elements = buildDateTime(config, componentScope);
11000
11001
  break;