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:
@@ -39,6 +39,7 @@
|
||||
url={`${file?.url}`}
|
||||
name={file.name}
|
||||
type={file.type}
|
||||
size={file?.size}
|
||||
dismissible={true}
|
||||
on:dismiss={() => {
|
||||
// Remove the file from the chatFiles array
|
||||
|
||||
Reference in New Issue
Block a user