impaktapps-ui-builder 1.0.1-alpha.1 → 1.0.1-alpha.2

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.
@@ -12606,7 +12606,7 @@ const buildUiSchema = (config2, store2) => {
12606
12606
  }
12607
12607
  });
12608
12608
  elements.elements = rowElements;
12609
- elements.config.action = tableActionElement;
12609
+ elements.config.actions = tableActionElement;
12610
12610
  elements.config.main.headerIcons.elements = tableHeaderElements;
12611
12611
  } else if (config2.type == "Array") {
12612
12612
  elements.options.detail.elements = config2.elements.map((e, elemInd) => {