mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-13 12:55:19 +00:00
fix: chat refac
This commit is contained in:
parent
2502bd8aeb
commit
cc47e63526
1 changed files with 1 additions and 1 deletions
|
|
@ -122,7 +122,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
onMount(async () => {
|
onMount(async () => {
|
||||||
if (!chatId) {
|
if (!$chatId) {
|
||||||
await initNewChat();
|
await initNewChat();
|
||||||
} else {
|
} else {
|
||||||
if (!($settings.saveChatHistory ?? true)) {
|
if (!($settings.saveChatHistory ?? true)) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue