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 @@
<FileItem
name={file.name}
type={file.type}
status={file.status}
dismissible={true}
on:dismiss={() => {
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