mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-12 12:25:20 +00:00
fix
This commit is contained in:
parent
b3a0d47a67
commit
98928fc5f0
1 changed files with 1 additions and 1 deletions
|
|
@ -335,7 +335,7 @@
|
|||
}
|
||||
|
||||
params = chatContent?.params ?? {};
|
||||
chatFiles = chatContent?.files ?? {};
|
||||
chatFiles = chatContent?.files ?? [];
|
||||
|
||||
autoScroll = true;
|
||||
await tick();
|
||||
|
|
|
|||
Loading…
Reference in a new issue