refac: reset the shared chats modal search when the modal closes (#29082)

This commit is contained in:
G30
2026-08-27 16:43:23 -04:00
committed by GitHub
parent ae549d3e4a
commit aad1072874

View File

@@ -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;