mirror of
https://github.com/zadam/trilium.git
synced 2025-12-08 16:34:25 +01:00
refactor(note-create): remove as typecast
This commit is contained in:
parent
9b111beabe
commit
8f936c7b21
@ -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