@vgroup/dialbox 0.1.44 → 0.1.45
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.
|
@@ -2545,7 +2545,7 @@ class DialboxComponent {
|
|
|
2545
2545
|
});
|
|
2546
2546
|
}
|
|
2547
2547
|
}
|
|
2548
|
-
if (changes['
|
|
2548
|
+
if (changes['contactInfo'] && this.contactInfo) {
|
|
2549
2549
|
let contact = this.contactInfo;
|
|
2550
2550
|
if (contact.number) {
|
|
2551
2551
|
this.isSmartDialCall = false;
|