@processmaker/screen-builder 2.5.30-PATCH4 → 2.5.30-PATCH4.1

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-lock.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@processmaker/screen-builder",
3
- "version": "2.5.30-PATCH4",
3
+ "version": "2.5.30-PATCH4.1",
4
4
  "lockfileVersion": 2,
5
5
  "requires": true,
6
6
  "packages": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@processmaker/screen-builder",
3
- "version": "2.5.30-PATCH4",
3
+ "version": "2.5.30-PATCH4.1",
4
4
  "scripts": {
5
5
  "serve": "vue-cli-service serve",
6
6
  "build": "vue-cli-service build",
@@ -268,6 +268,7 @@ export default {
268
268
  this.loading = false;
269
269
  });
270
270
  }
271
+ this.loading = false;
271
272
  },
272
273
  setFileInfoFromCache() {
273
274
  const info = _.get(window.ProcessMaker.CollectionData, this.prefix + this.name, null);