impaktapps-ui-builder 1.0.380 → 1.0.381

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.
@@ -13449,6 +13449,7 @@ const buildUiSchema = (config2, store2) => {
13449
13449
  break;
13450
13450
  case "SplitViewContainer":
13451
13451
  elements = buildSplitViewContainer(config2, componentScope2);
13452
+ break;
13452
13453
  default:
13453
13454
  schema = {
13454
13455
  type: "object",