Skip to content

Commit

Permalink
Turn on date Range Feature for good
Browse files Browse the repository at this point in the history
remove a console log as well
  • Loading branch information
alnutile authored Jul 6, 2024
1 parent a7afaf9 commit a09b3a2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions resources/js/Pages/Chat/Chatv2.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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) => {
Expand Down Expand Up @@ -310,7 +310,6 @@ const rerun = (message) => {
</StyleGuide>
<DisplayMenu
v-if="usePage().props.features.date_range"
:items="usePage().props.date_ranges" @itemSelected="dateRangeSelected">
<template #title>
Date Range
Expand Down

0 comments on commit a09b3a2

Please sign in to comment.