@vgroup/dialbox 0.1.51 → 0.1.52

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.
@@ -2514,8 +2514,6 @@ class DialboxComponent {
2514
2514
  this.registerDragElement();
2515
2515
  }
2516
2516
  ngOnChanges(changes) {
2517
- if (changes['deviceId'] && this.deviceId) {
2518
- }
2519
2517
  if (changes['isDialpadHidden'] && !this.isDialpadHidden) {
2520
2518
  this.getContactList();
2521
2519
  this.getUserCallSetting();