mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-13 12:55:19 +00:00
refac
This commit is contained in:
parent
6a4542a321
commit
51691adcbc
1 changed files with 2 additions and 0 deletions
|
|
@ -2004,6 +2004,8 @@
|
||||||
|
|
||||||
await chats.set(await getChatList(localStorage.token, $currentChatPage));
|
await chats.set(await getChatList(localStorage.token, $currentChatPage));
|
||||||
currentChatPage.set(1);
|
currentChatPage.set(1);
|
||||||
|
|
||||||
|
selectedFolder.set(null);
|
||||||
} else {
|
} else {
|
||||||
_chatId = 'local';
|
_chatId = 'local';
|
||||||
await chatId.set('local');
|
await chatId.set('local');
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue