"git@developer.sourcefind.cn:chenpangpang/open-webui.git" did not exist on "05221ea1355165b44b44f1bc6676992c5bb011a3"
Unverified Commit 027dd848 authored by Timothy Jaeryang Baek's avatar Timothy Jaeryang Baek Committed by GitHub
Browse files

Merge pull request #3933 from open-webui/dev

fix
parents 6e843ab5 98928fc5
...@@ -335,7 +335,7 @@ ...@@ -335,7 +335,7 @@
} }
params = chatContent?.params ?? {}; params = chatContent?.params ?? {};
chatFiles = chatContent?.files ?? {}; chatFiles = chatContent?.files ?? [];
autoScroll = true; autoScroll = true;
await tick(); await tick();
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment