mirror of
https://github.com/open-webui/open-webui.git
synced 2026-09-17 23:52:29 +00:00
fix: display attached files by chatbot
This commit is contained in:
parent
4e2240aada
commit
e468672849
1 changed files with 1 additions and 1 deletions
|
|
@ -665,7 +665,7 @@
|
|||
<StatusHistory statusHistory={message?.statusHistory} />
|
||||
{/if}
|
||||
|
||||
{#if message?.files && message.files?.filter((f) => f.type === 'image').length > 0}
|
||||
{#if message?.files}
|
||||
<div
|
||||
class="my-1 w-full flex overflow-x-auto gap-2 flex-wrap"
|
||||
dir={$settings?.chatDirection ?? 'auto'}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue