mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-19 16:10:12 +01:00
This commit is contained in:
parent
889641ff67
commit
8f942aa631
1 changed files with 1 additions and 1 deletions
|
|
@ -108,7 +108,7 @@ export const openSnippets = () => {
|
|||
enabled: (item.querySelector(".b3-switch") as HTMLInputElement).checked
|
||||
})
|
||||
});
|
||||
fetchPost("/api/snippet/setSnippets", {snippets}, () => {
|
||||
fetchPost("/api/snippet/setSnippet", {snippets}, () => {
|
||||
renderSnippet();
|
||||
dialog.destroy();
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue