1
0
forked from test/crm

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:
Shariq Ansari 2025-02-14 13:21:59 +05:30 committed by GitHub
commit b506d99d62
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -256,7 +256,7 @@ const { $socket } = globalStore()
const callPopupHeader = ref(null)
const showCallPopup = ref(false)
const showSmallCallPopup = ref(false)
let showSmallCallPopup = ref(false)
function toggleCallPopup() {
showCallPopup.value = !showCallPopup.value