mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-24 10:30:13 +01:00
This commit is contained in:
parent
a7e232b4c8
commit
4ee2fa6c0f
1 changed files with 1 additions and 1 deletions
|
|
@ -60,7 +60,7 @@ export const deleteFiles = (liElements: Element[]) => {
|
|||
}
|
||||
confirmDialog(window.siyuan.languages.deleteOpConfirm,
|
||||
window.siyuan.languages.confirmRemoveAll, () => {
|
||||
fetchPost("/api/notebook/removeDocs", {
|
||||
fetchPost("/api/filetree/removeDocs", {
|
||||
paths
|
||||
});
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue