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