comand-component-library 4.0.49 → 4.0.50

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "comand-component-library",
3
- "version": "4.0.49",
3
+ "version": "4.0.50",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "license": "GPL-3.0-only",
@@ -154,7 +154,7 @@ export default {
154
154
  type: "submit",
155
155
  position: "insideFieldset",
156
156
  primary: true,
157
- ...submitButton
157
+ ...this.submitButton
158
158
  }
159
159
  }
160
160
  },