Skip to content

Commit 8c73a5f

Browse files
committed
fix: loading chat
1 parent 858441a commit 8c73a5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Chat/Chats.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ const loadChatsPaged = async () => {
256256
257257
loading.value = true
258258
try {
259-
await store.dispatch('chat/loadChatsPages')
259+
await store.dispatch('chat/loadChatsPaged')
260260
loading.value = false
261261
allowRetry.value = false
262262
} catch (err: unknown) {

0 commit comments

Comments
 (0)