From 55c15f3a21f1d1b70e5093ecb6e93fb0ac72ca0b Mon Sep 17 00:00:00 2001 From: Shariq Ansari Date: Thu, 24 Aug 2023 00:39:40 +0530 Subject: [PATCH] fix: show actual phone number while calling and receiving instead of hard coded number removed unused make call dialog --- frontend/src/components/CallUI.vue | 36 ++++++++---------------------- frontend/src/pages/Lead.vue | 11 ++++++--- 2 files changed, 17 insertions(+), 30 deletions(-) diff --git a/frontend/src/components/CallUI.vue b/frontend/src/components/CallUI.vue index 9b59766a..3d867b1d 100644 --- a/frontend/src/components/CallUI.vue +++ b/frontend/src/components/CallUI.vue @@ -1,25 +1,5 @@