We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 924cd0a commit c70e1e3Copy full SHA for c70e1e3
packages/client/src/stores/useChat.ts
@@ -10,7 +10,7 @@ import { useBridgeStore } from '../composables/useBridge'
10
11
export const useChatStore = defineStore('chat', () => {
12
const bridgeStore = useBridgeStore()
13
- const allChats = useLocalStorage<Record<string, CoreDialog[]>>('chat/chats', {})
+ const allChats = useLocalStorage<Record<string, CoreDialog[]>>('v2/chat/chats', {})
14
15
const chats = computed({
16
get: () => {
0 commit comments