vcomply-workflow-engine 3.4.18 → 3.4.19
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/esm2020/lib/add-multiple-responsibility/add-multiple-responsibility.component.mjs +2 -1
- package/esm2020/lib/add-multiple-responsibility-with-tab/add-multiple-responsibility-with-tab.component.mjs +2 -1
- package/fesm2015/vcomply-workflow-engine.mjs +2 -0
- package/fesm2015/vcomply-workflow-engine.mjs.map +1 -1
- package/fesm2020/vcomply-workflow-engine.mjs +2 -0
- package/fesm2020/vcomply-workflow-engine.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -38220,6 +38220,7 @@ class AddMultipleResponsibilityComponent {
|
|
|
38220
38220
|
}
|
|
38221
38221
|
// Upload File to the server
|
|
38222
38222
|
fileUpload() {
|
|
38223
|
+
this.fileResponse = [];
|
|
38223
38224
|
this.loader = true;
|
|
38224
38225
|
const formData = new FormData();
|
|
38225
38226
|
const file = this.uploadedFiles[0][0];
|
|
@@ -39136,6 +39137,7 @@ class AddMultipleResponsibilityWithTabComponent {
|
|
|
39136
39137
|
}
|
|
39137
39138
|
// Upload File to the server
|
|
39138
39139
|
fileUpload() {
|
|
39140
|
+
this.fileResponse = [];
|
|
39139
39141
|
this.loader = true;
|
|
39140
39142
|
const formData = new FormData();
|
|
39141
39143
|
const file = this.uploadedFiles[0][0];
|