fix(browser): refresh used after deleting uploading
This commit is contained in:
parent
ac797848e8
commit
70318be81d
1 changed files with 4 additions and 0 deletions
|
@ -111,8 +111,12 @@ export class Browser extends React.Component<Props, State, {}> {
|
|||
}
|
||||
return updater().refreshUploadings();
|
||||
})
|
||||
.then(() => {
|
||||
return updater().self();
|
||||
})
|
||||
.then(() => {
|
||||
this.update(updater().updateBrowser);
|
||||
this.update(updater().updateLogin);
|
||||
});
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue