tango-app-ui-analyse-trax 3.9.13 → 3.9.14
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.
|
@@ -7905,7 +7905,9 @@ class ChecklistConfigureComponent {
|
|
|
7905
7905
|
? this.configData.aiConfig.events
|
|
7906
7906
|
: (this.configData.aiConfig.events = []);
|
|
7907
7907
|
if (this.type == "mobileusagedetection" &&
|
|
7908
|
-
|
|
7908
|
+
(this.configData.aiConfig.mobileDetection.usageExceed === null ||
|
|
7909
|
+
this.configData.aiConfig.mobileDetection.usageExceed === undefined ||
|
|
7910
|
+
this.configData.aiConfig.mobileDetection.usageExceed === "")) {
|
|
7909
7911
|
this.toast.getErrorToast("Please Enter the Usage Exceed Duration");
|
|
7910
7912
|
return;
|
|
7911
7913
|
}
|
|
@@ -8185,7 +8187,9 @@ class ChecklistConfigureComponent {
|
|
|
8185
8187
|
? this.configData.aiConfig.events
|
|
8186
8188
|
: (this.configData.aiConfig.events = []);
|
|
8187
8189
|
if (this.type == "mobileusagedetection" &&
|
|
8188
|
-
|
|
8190
|
+
(this.configData.aiConfig.mobileDetection.usageExceed === null ||
|
|
8191
|
+
this.configData.aiConfig.mobileDetection.usageExceed === undefined ||
|
|
8192
|
+
this.configData.aiConfig.mobileDetection.usageExceed === "")) {
|
|
8189
8193
|
this.toast.getErrorToast("Please Enter the Usage Exceed Duration");
|
|
8190
8194
|
return;
|
|
8191
8195
|
}
|