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) => {