@processmaker/screen-builder 2.99.2 → 2.99.3

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": "@processmaker/screen-builder",
3
- "version": "2.99.2",
3
+ "version": "2.99.3",
4
4
  "scripts": {
5
5
  "dev": "VITE_COVERAGE=true vite",
6
6
  "build": "vite build",
@@ -1001,6 +1001,7 @@ export default {
1001
1001
  this.requestData = this.value;
1002
1002
  this.loopContext = this.initialLoopContext;
1003
1003
  this.loadTask(true);
1004
+ this.setSelfService();
1004
1005
  },
1005
1006
  destroyed() {
1006
1007
  this.unsubscribeSocketListeners();