mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-16 20:07:49 +01: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