mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-12 20:35:19 +00:00
refac
This commit is contained in:
parent
f341971eae
commit
d5152e43d5
1 changed files with 2 additions and 1 deletions
|
|
@ -110,9 +110,10 @@
|
|||
if (res) {
|
||||
tags.set(await getAllTags(localStorage.token));
|
||||
if ($chatId === id) {
|
||||
await goto('/');
|
||||
|
||||
await chatId.set('');
|
||||
await tick();
|
||||
goto('/');
|
||||
}
|
||||
|
||||
dispatch('change');
|
||||
|
|
|
|||
Loading…
Reference in a new issue