mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-13 04:45:19 +00:00
fix
This commit is contained in:
parent
d1b8af6220
commit
650ca95784
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@
|
|||
className="w-full"
|
||||
item={file}
|
||||
edit={true}
|
||||
url={`${file?.url}`}
|
||||
url={file?.url ? file.url : null}
|
||||
name={file.name}
|
||||
type={file.type}
|
||||
size={file?.size}
|
||||
|
|
|
|||
Loading…
Reference in a new issue