"docs/vscode:/vscode.git/clone" did not exist on "739134844b0534a5741301b68d684159dca0735e"
Unverified Commit 9518111e authored by Timothy Jaeryang Baek's avatar Timothy Jaeryang Baek Committed by GitHub
Browse files

Merge pull request #3940 from open-webui/dev

fix: file upload status
parents 027dd848 4fea55ba
...@@ -545,6 +545,7 @@ ...@@ -545,6 +545,7 @@
<FileItem <FileItem
name={file.name} name={file.name}
type={file.type} type={file.type}
status={file.status}
dismissible={true} dismissible={true}
on:dismiss={() => { on:dismiss={() => {
files.splice(fileIdx, 1); files.splice(fileIdx, 1);
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment