From acf37f932711ff694e2fca5129da6172802aa0c9 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Sat, 26 Oct 2024 23:39:38 +0300 Subject: [PATCH] client: Fix error when duplicating note --- src/public/app/services/note_create.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/public/app/services/note_create.js b/src/public/app/services/note_create.js index 995dec892..cc3bbb42f 100644 --- a/src/public/app/services/note_create.js +++ b/src/public/app/services/note_create.js @@ -5,6 +5,7 @@ import ws from "./ws.js"; import froca from "./froca.js"; import treeService from "./tree.js"; import toastService from "./toast.js"; +import { t } from "./i18n.js"; async function createNote(parentNotePath, options = {}) { options = Object.assign({