mirror of
https://github.com/open-webui/open-webui
synced 2025-06-26 18:26:48 +00:00
fix: folder chat rename
This commit is contained in:
parent
63533c9e3a
commit
87af2692e5
@ -83,6 +83,8 @@
|
|||||||
currentChatPage.set(1);
|
currentChatPage.set(1);
|
||||||
await chats.set(await getChatList(localStorage.token, $currentChatPage));
|
await chats.set(await getChatList(localStorage.token, $currentChatPage));
|
||||||
await pinnedChats.set(await getPinnedChatList(localStorage.token));
|
await pinnedChats.set(await getPinnedChatList(localStorage.token));
|
||||||
|
|
||||||
|
dispatch('change');
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user