tango-app-ui-analyse-trax 3.9.74 → 3.9.75
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.
|
@@ -11776,7 +11776,7 @@ class AddTaskComponent {
|
|
|
11776
11776
|
"runAIDescription": "",
|
|
11777
11777
|
"allowUploadfromGallery": response[0].questions[0].allowUploadfromGallery,
|
|
11778
11778
|
"linkType": false,
|
|
11779
|
-
"questionReferenceImage": this.uploadedFiles
|
|
11779
|
+
"questionReferenceImage": [...this.uploadedFiles, ...response[0].questions[0].questionReferenceImage],
|
|
11780
11780
|
"descriptivetype": response[0].questions[0].descriptivetype,
|
|
11781
11781
|
"answers": response[0].questions[0].answers,
|
|
11782
11782
|
"allowMultiple": response[0].questions[0].allowMultiple
|