From f3b8777ebf044bfcd7bb8002792dc5301c6d59cd Mon Sep 17 00:00:00 2001 From: Pranav Date: Thu, 20 Feb 2025 20:27:17 -0800 Subject: [PATCH] fix: Fix issues with leave room button (#10942) Fixes https://linear.app/chatwoot/issue/CW-4069/typeerror-cannot-set-properties-of-undefined-setting-dyteauthtoken --- .../dashboard/components-next/message/bubbles/Dyte.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/javascript/dashboard/components-next/message/bubbles/Dyte.vue b/app/javascript/dashboard/components-next/message/bubbles/Dyte.vue index c84552cb6..fb0813409 100644 --- a/app/javascript/dashboard/components-next/message/bubbles/Dyte.vue +++ b/app/javascript/dashboard/components-next/message/bubbles/Dyte.vue @@ -34,7 +34,7 @@ const joinTheCall = async () => { }; const leaveTheRoom = () => { - this.dyteAuthToken = ''; + dyteAuthToken.value = ''; }; const action = computed(() => ({ label: t('INTEGRATION_SETTINGS.DYTE.CLICK_HERE_TO_JOIN'), @@ -60,7 +60,7 @@ const action = computed(() => ({ allow="camera;microphone;fullscreen;display-capture;picture-in-picture;clipboard-write;" />