cloud-web-corejs 1.0.54-dev.407 → 1.0.54-dev.408

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,7 +1,7 @@
1
1
  {
2
2
  "name": "cloud-web-corejs",
3
3
  "private": false,
4
- "version": "1.0.54-dev.407",
4
+ "version": "1.0.54-dev.408",
5
5
  "scripts": {
6
6
  "dev": "vue-cli-service serve",
7
7
  "lint": "eslint --ext .js,.vue src",
@@ -427,7 +427,7 @@ export function traverseFieldWidgetsOfContainer(
427
427
  loopHandleWidgetItem(childItem, con, handler);
428
428
  });
429
429
  }
430
- if (!!e.buttons) {
430
+ if (!!con.buttons) {
431
431
  con.buttons.forEach((childItem) => {
432
432
  loopHandleWidgetItem(childItem, con, handler);
433
433
  });