mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-15 13:55: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}
|
type={file.type}
|
||||||
size={file?.size}
|
size={file?.size}
|
||||||
loading={file.status === 'uploading'}
|
loading={file.status === 'uploading'}
|
||||||
colorClassName="bg-white dark:bg-gray-850 "
|
|
||||||
on:dismiss={() => {
|
on:dismiss={() => {
|
||||||
files = files.filter((item) => item?.id !== file.id);
|
files = files.filter((item) => item?.id !== file.id);
|
||||||
note.data.files = files.length > 0 ? files : null;
|
note.data.files = files.length > 0 ? files : null;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue