This commit is contained in:
Vanessa 2022-06-29 09:21:08 +08:00
parent 743b559351
commit cb44439d66
4 changed files with 4 additions and 9 deletions

View file

@ -139,7 +139,6 @@ export const transactionError = (data: { code: number, data: string }) => {
});
});
btnsElement[1].addEventListener("click", () => {
dialog.destroy();
fetchPost("/api/filetree/refreshFiletree", {});
});
};