tango-app-ui-analyse-trax 3.9.11 → 3.9.13

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.
@@ -6476,7 +6476,7 @@ class ChecklistConfigureComponent {
6476
6476
  this.changedetector.detectChanges();
6477
6477
  }
6478
6478
  validateLimit(event) {
6479
- if (event.target.value < 1 && this.type == "mobileusagedetection") {
6479
+ if (event.target.value < 0 && this.type == "mobileusagedetection") {
6480
6480
  // event.target.value = '';
6481
6481
  this.errormsg = true;
6482
6482
  // this.configData.checkListDetails.alert.usageExceeds = '';
@@ -7910,7 +7910,7 @@ class ChecklistConfigureComponent {
7910
7910
  return;
7911
7911
  }
7912
7912
  else if (this.type == "mobileusagedetection" &&
7913
- this.configData.aiConfig.mobileDetection.usageExceed < 1) {
7913
+ this.configData.aiConfig.mobileDetection.usageExceed < 0) {
7914
7914
  this.configData.aiConfig.mobileDetection.usageExceed = 0;
7915
7915
  this.toast.getErrorToast("Please Enter the Usage Exceed Duration 15 to 999");
7916
7916
  return;