Commit 4fea55ba authored by Timothy J. Baek's avatar Timothy J. Baek
Browse files

fix: file upload status

parent 98928fc5
...@@ -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