mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-17 06:45:24 +00:00
refac
This commit is contained in:
parent
210197fd43
commit
f6b1b075e1
1 changed files with 1 additions and 0 deletions
|
|
@ -45,6 +45,7 @@
|
||||||
type={file.type}
|
type={file.type}
|
||||||
size={file?.size}
|
size={file?.size}
|
||||||
dismissible={true}
|
dismissible={true}
|
||||||
|
small={true}
|
||||||
on:dismiss={() => {
|
on:dismiss={() => {
|
||||||
// Remove the file from the chatFiles array
|
// Remove the file from the chatFiles array
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue