fix: Cannot assign to "showSmallCallPopup" because it is a constant
This commit is contained in:
parent
326b553922
commit
9f96ce9dfd
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user