mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-12 20:35: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 () => {
|
||||
if (!chatId) {
|
||||
if (!$chatId) {
|
||||
await initNewChat();
|
||||
} else {
|
||||
if (!($settings.saveChatHistory ?? true)) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue