mirror of
https://github.com/zadam/trilium.git
synced 2025-12-05 23:14:24 +01:00
refactor(note-create): remove as typecast
This commit is contained in:
parent
7e4833e893
commit
d3db48c99b
@ -155,7 +155,6 @@ async function promptForType(
|
|||||||
};
|
};
|
||||||
|
|
||||||
if (notePath) {
|
if (notePath) {
|
||||||
resolvedOptions = resolvedOptions as CreateNoteWithUrlOpts;
|
|
||||||
resolvedOptions = {
|
resolvedOptions = {
|
||||||
...resolvedOptions,
|
...resolvedOptions,
|
||||||
target: "into",
|
target: "into",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user