mirror of
https://github.com/open-webui/open-webui
synced 2025-06-26 18:26:48 +00:00
💄Feat show the size of file and prepare for subsequent upload restrictions
This commit is contained in:
@@ -554,6 +554,7 @@
|
||||
<FileItem
|
||||
name={file.name}
|
||||
type={file.type}
|
||||
size={file?.size}
|
||||
status={file.status}
|
||||
dismissible={true}
|
||||
on:dismiss={() => {
|
||||
|
||||
Reference in New Issue
Block a user