Merge pull request #3933 from open-webui/dev

fix
This commit is contained in:
Timothy Jaeryang Baek
2024-07-17 13:16:19 +02:00
committed by GitHub

View File

@@ -335,7 +335,7 @@
}
params = chatContent?.params ?? {};
chatFiles = chatContent?.files ?? {};
chatFiles = chatContent?.files ?? [];
autoScroll = true;
await tick();