mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-05 23:21:47 +01:00
🚨
This commit is contained in:
parent
e80354ebbb
commit
5cdcd27faa
7 changed files with 10 additions and 10 deletions
|
|
@ -239,7 +239,7 @@ export const exportConfig = {
|
|||
fetchPost("/api/system/importConf", formData, response => {
|
||||
if (response.code !== 0) {
|
||||
showMessage(response.msg);
|
||||
return
|
||||
return;
|
||||
}
|
||||
|
||||
showMessage(window.siyuan.languages.imported);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue