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
Reference in a new issue