mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-13 04:45:19 +00:00
fix: file upload status
This commit is contained in:
parent
98928fc5f0
commit
4fea55bac3
1 changed files with 1 additions and 0 deletions
|
|
@ -545,6 +545,7 @@
|
|||
<FileItem
|
||||
name={file.name}
|
||||
type={file.type}
|
||||
status={file.status}
|
||||
dismissible={true}
|
||||
on:dismiss={() => {
|
||||
files.splice(fileIdx, 1);
|
||||
|
|
|
|||
Loading…
Reference in a new issue