@james_jayaraj/test-npm 1.2.9 → 1.3.0

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.
@@ -6209,8 +6209,6 @@ class RxComponent {
6209
6209
  this.commonServices.setlogvalue(false, res.response_message, res.response_message, "RxComponent", "AddFavourites", body);
6210
6210
  this.commonServices.toastopen(res.response_message, 'error', res.error_code);
6211
6211
  this.commonServices.errorResponse(res.error_code, res.response_message);
6212
- this.selectInstructionDropdownList = false;
6213
- this.selectInstructionDropdown = true;
6214
6212
  }
6215
6213
  this.changedetect.detectChanges();
6216
6214
  }