Merge branch 'main' into develop

This commit is contained in:
Jannat Patel
2025-06-10 15:29:39 +05:30
committed by GitHub
3 changed files with 4 additions and 1 deletions

View File

@@ -14,6 +14,7 @@ import { useScreenSize } from './utils/composables'
import DesktopLayout from './components/DesktopLayout.vue'
import MobileLayout from './components/MobileLayout.vue'
import NoSidebarLayout from './components/NoSidebarLayout.vue'
import { usersStore } from '@/stores/user'
import { useRouter } from 'vue-router'
import { usersStore } from '@/stores/user'
import { posthogSettings } from '@/telemetry'
@@ -45,7 +46,6 @@ const Layout = computed(() => {
onUnmounted(() => {
noSidebar.value = false
stopSession()
})
watch(userResource, () => {