mirror of
https://github.com/open-webui/open-webui
synced 2025-01-18 08:40:58 +00:00
fix
This commit is contained in:
parent
d1b8af6220
commit
650ca95784
@ -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 New Issue
Block a user