mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-14 21:35:19 +00:00
refac
This commit is contained in:
parent
84a05bec7b
commit
6475ae3b11
1 changed files with 1 additions and 1 deletions
|
|
@ -337,7 +337,7 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class=" flex-1 w-full h-full overflow-auto px-4 pb-5">
|
<div class=" flex-1 w-full h-full overflow-auto px-4 pb-5">
|
||||||
{#if files}
|
{#if files && files.length > 0}
|
||||||
<div class="mb-3.5 mt-1.5 w-full flex gap-1 flex-wrap z-40">
|
<div class="mb-3.5 mt-1.5 w-full flex gap-1 flex-wrap z-40">
|
||||||
{#each files as file, fileIdx}
|
{#each files as file, fileIdx}
|
||||||
<div class="w-fit">
|
<div class="w-fit">
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue