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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "impaktapps-ui-builder",
3
- "version": "1.0.1-alpha.1",
3
+ "version": "1.0.1-alpha.2",
4
4
  "scripts": {
5
5
  "dev": "vite",
6
6
  "build": "tsc && vite build",
@@ -384,7 +384,7 @@ const buildUiSchema = (config: any, store?: any) => {
384
384
 
385
385
  })
386
386
  elements.elements = rowElements;
387
- elements.config.action = tableActionElement;
387
+ elements.config.actions = tableActionElement;
388
388
  elements.config.main.headerIcons.elements = tableHeaderElements;
389
389
  }
390
390