mirror of
https://github.com/zadam/trilium.git
synced 2025-10-28 00:36:33 +01:00
client: Fix error when duplicating note
This commit is contained in:
@@ -5,6 +5,7 @@ import ws from "./ws.js";
|
|||||||
import froca from "./froca.js";
|
import froca from "./froca.js";
|
||||||
import treeService from "./tree.js";
|
import treeService from "./tree.js";
|
||||||
import toastService from "./toast.js";
|
import toastService from "./toast.js";
|
||||||
|
import { t } from "./i18n.js";
|
||||||
|
|
||||||
async function createNote(parentNotePath, options = {}) {
|
async function createNote(parentNotePath, options = {}) {
|
||||||
options = Object.assign({
|
options = Object.assign({
|
||||||
|
|||||||
Reference in New Issue
Block a user