Преглед изворни кода

Merge pull request #3933 from open-webui/dev

fix
Timothy Jaeryang Baek пре 1 година
родитељ
комит
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();