mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-14 13:25:20 +00:00
commit
9518111ed3
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