Merge pull request #585 from kakde-sandeep/fix-exotel-call-ui
fix: Cannot assign to "showSmallCallPopup" because it is a constant
This commit is contained in:
commit
b506d99d62
@ -256,7 +256,7 @@ const { $socket } = globalStore()
|
|||||||
|
|
||||||
const callPopupHeader = ref(null)
|
const callPopupHeader = ref(null)
|
||||||
const showCallPopup = ref(false)
|
const showCallPopup = ref(false)
|
||||||
const showSmallCallPopup = ref(false)
|
let showSmallCallPopup = ref(false)
|
||||||
|
|
||||||
function toggleCallPopup() {
|
function toggleCallPopup() {
|
||||||
showCallPopup.value = !showCallPopup.value
|
showCallPopup.value = !showCallPopup.value
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user