mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-02 23:08:49 +01:00
This commit is contained in:
parent
163bd65166
commit
e4c826e993
1 changed files with 3 additions and 1 deletions
|
|
@ -104,7 +104,9 @@ export const onGet = (options: {
|
|||
isSyncing: options.data.data.isSyncing,
|
||||
afterCB: options.afterCB,
|
||||
}, options.protyle);
|
||||
setTitle(response.data.ial.title);
|
||||
if (options.protyle.model) {
|
||||
setTitle(response.data.ial.title);
|
||||
}
|
||||
removeLoading(options.protyle);
|
||||
});
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue