@5minds/node-red-dashboard-2-processcube-dynamic-form 1.1.1-feature-6e972d-m3zvk5dr → 1.1.1-feature-c988ae-m4b65slj

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": "@5minds/node-red-dashboard-2-processcube-dynamic-form",
3
- "version": "1.1.1-feature-6e972d-m3zvk5dr",
3
+ "version": "1.1.1-feature-c988ae-m4b65slj",
4
4
  "description": "The ui component for the ProcessCube dynamic-form",
5
5
  "keywords": [
6
6
  "processcube",
@@ -629,7 +629,6 @@ export default {
629
629
  this.$socket.emit('widget-action', this.id, msgArr);
630
630
  },
631
631
  init() {
632
- // this.forceRerender();
633
632
  this.actions = this.props.options;
634
633
  },
635
634
  actionFn(action) {