mirror of
https://github.com/open-webui/open-webui.git
synced 2026-09-26 09:21:23 -04:00
fix: keep a user's chats listed in the admin chats view after deleting one (#30604)
This commit is contained in:
@@ -90,7 +90,9 @@
|
||||
};
|
||||
|
||||
const init = async () => {
|
||||
page = 1;
|
||||
chatList = await getChatListByUserId(localStorage.token, user.id, page, filter);
|
||||
allChatsLoaded = (chatList ?? []).length === 0;
|
||||
};
|
||||
|
||||
$: if (show) {
|
||||
|
||||
Reference in New Issue
Block a user