mirror of
https://github.com/open-webui/open-webui
synced 2025-05-14 18:46:02 +00:00
refac
This commit is contained in:
parent
f341971eae
commit
d5152e43d5
@ -110,9 +110,10 @@
|
|||||||
if (res) {
|
if (res) {
|
||||||
tags.set(await getAllTags(localStorage.token));
|
tags.set(await getAllTags(localStorage.token));
|
||||||
if ($chatId === id) {
|
if ($chatId === id) {
|
||||||
|
await goto('/');
|
||||||
|
|
||||||
await chatId.set('');
|
await chatId.set('');
|
||||||
await tick();
|
await tick();
|
||||||
goto('/');
|
|
||||||
}
|
}
|
||||||
|
|
||||||
dispatch('change');
|
dispatch('change');
|
||||||
|
Loading…
Reference in New Issue
Block a user