fix: QuickImportV2 default error
This commit is contained in:
parent
1050113c80
commit
31133cef20
|
|
@ -34,7 +34,7 @@ const DEFAULT_TEMPLATES = <NoteTemplate[]>[
|
|||
name: "[QuickImportV2]",
|
||||
text: `<blockquote>
|
||||
\${{
|
||||
return await Zotero.BetterNotes.api.convert.link2html(link, {noteItem, dryRun: _env.dryRun}));
|
||||
return await Zotero.BetterNotes.api.convert.link2html(link, {noteItem, dryRun: _env.dryRun});
|
||||
}}$
|
||||
</blockquote>`,
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue