fix(fe/upload_mgr): restarted tasks are in Created state
This commit is contained in:
parent
3c2cc79b05
commit
d4b41cc401
1 changed files with 1 additions and 1 deletions
|
@ -149,7 +149,7 @@ export class UploadMgr {
|
|||
this.infos = this.infos.set(filePath, {
|
||||
...entry,
|
||||
file: file,
|
||||
state: UploadState.Ready,
|
||||
state: UploadState.Created,
|
||||
});
|
||||
} else {
|
||||
status = errUploadMgr;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue