Skip to content

Commit ceb3d81

Browse files
committed
fix: Data binding
1 parent d5735bd commit ceb3d81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/server/webui/src/lib/components/app/chat/ChatScreen/ChatScreen.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@
212212
onSend={handleSendMessage}
213213
onStop={() => stopGeneration()}
214214
showHelperText={true}
215-
{uploadedFiles}
215+
bind:uploadedFiles
216216
/>
217217
</div>
218218
</div>

0 commit comments

Comments
 (0)