mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-13 04:45:19 +00:00
refac: styling
This commit is contained in:
parent
f2cf21d64c
commit
2946f5fcce
1 changed files with 0 additions and 1 deletions
|
|
@ -360,7 +360,6 @@
|
|||
type={file.type}
|
||||
size={file?.size}
|
||||
loading={file.status === 'uploading'}
|
||||
colorClassName="bg-white dark:bg-gray-850 "
|
||||
on:dismiss={() => {
|
||||
files = files.filter((item) => item?.id !== file.id);
|
||||
note.data.files = files.length > 0 ? files : null;
|
||||
|
|
|
|||
Loading…
Reference in a new issue