mirror of
https://github.com/open-webui/open-webui.git
synced 2026-09-10 22:43:29 +00:00
refac
This commit is contained in:
parent
4853ededca
commit
e61406c825
1 changed files with 3 additions and 1 deletions
|
|
@ -133,7 +133,9 @@
|
|||
await temporaryChatEnabled.set(!$temporaryChatEnabled);
|
||||
}
|
||||
|
||||
await goto('/');
|
||||
if ($page.url.pathname !== '/') {
|
||||
await goto('/');
|
||||
}
|
||||
|
||||
// add 'temporary-chat=true' to the URL
|
||||
if ($temporaryChatEnabled) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue