Fix Bug 61999: update badge in article

This commit is contained in:
Viktor Fomin 2023-04-10 11:52:57 +03:00
parent 5c4044fc79
commit 40c4cb48d1

View File

@ -318,6 +318,7 @@ class FilesStore {
runInAction(() => {
this.setFilter(newFilter);
this.setFiles(newFiles);
this.treeFoldersStore.fetchTreeFolders();
});
} else if (opt?.type === "folder" && opt?.id) {
const foundIndex = this.folders.findIndex((x) => x.id === opt?.id);