mirror of
https://github.com/open-webui/open-webui.git
synced 2026-09-02 03:59:45 +02:00
refac: reset the shared chats modal search when the modal closes (#29082)
This commit is contained in:
@@ -44,6 +44,10 @@
|
||||
export let orderBy = 'updated_at';
|
||||
export let direction = 'desc'; // 'asc' or 'desc'
|
||||
|
||||
$: if (!show) {
|
||||
query = '';
|
||||
}
|
||||
|
||||
export let chatList = null;
|
||||
export let allChatsLoaded = false;
|
||||
export let chatListLoading = false;
|
||||
|
||||
Reference in New Issue
Block a user