浏览代码

Merge pull request #3933 from open-webui/dev

fix
Timothy Jaeryang Baek 9 月之前
父节点
当前提交
027dd848eb
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/lib/components/chat/Chat.svelte

+ 1 - 1
src/lib/components/chat/Chat.svelte

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