mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-23 15:34:06 +01:00
This commit is contained in:
parent
b6c6b736f0
commit
350120831f
1 changed files with 1 additions and 1 deletions
|
|
@ -478,7 +478,7 @@ export const repos = {
|
|||
});
|
||||
break;
|
||||
} else if (action === "purgeData") {
|
||||
confirmDialog("♻️ " + window.siyuan.languages.cloudStoragePurge, window.siyuan.languages.cloudStoragePurgeConfirm, () => {
|
||||
confirmDialog("♻️ " + window.siyuan.languages.cloudStoragePurge, `<div class="b3-typography">${window.siyuan.languages.cloudStoragePurgeConfirm}</div>`, () => {
|
||||
fetchPost("/api/repo/purgeCloudRepo");
|
||||
});
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue