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