From a09b3a2af2880252998211cbcc12ab71c8e5c704 Mon Sep 17 00:00:00 2001 From: Alfred Nutile <365385+alnutile@users.noreply.github.com> Date: Sat, 6 Jul 2024 12:42:51 -0400 Subject: [PATCH] Turn on date Range Feature for good remove a console log as well --- resources/js/Pages/Chat/Chatv2.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/resources/js/Pages/Chat/Chatv2.vue b/resources/js/Pages/Chat/Chatv2.vue index 31633106..727c6904 100644 --- a/resources/js/Pages/Chat/Chatv2.vue +++ b/resources/js/Pages/Chat/Chatv2.vue @@ -65,7 +65,7 @@ const alreadyCompleted = ref(false); const getting_results = ref(false) onMounted(() => { - console.log("Chat Mounted"); + chatMessages.value = props.messages; Echo.private(`collection.chat.${props.chat.chatable_id}.${props.chat.id}`) .listen('.status', (e) => { @@ -310,7 +310,6 @@ const rerun = (message) => {