diff --git a/app/src/util/newFile.ts b/app/src/util/newFile.ts index 58746ff09..bf6f2640b 100644 --- a/app/src/util/newFile.ts +++ b/app/src/util/newFile.ts @@ -53,13 +53,13 @@ export const newFile = (notebookId?: string, currentPath?: string, open?: boolea } }); } - fetchPost("/api/filetree/getDocNameTemplate", {notebook: notebookId}, (data) => { + fetchPost("/api/filetree/getDocCreateSavePath", {notebook: notebookId}, (data) => { const id = Lute.NewNodeID(); const newPath = pathPosix().join(getDisplayName(currentPath, false, true), id + ".sy"); if (paths) { paths[paths.indexOf(undefined)] = newPath; } - if (!validateName(data.data.name)) { + if (!validateName(data.data.path)) { return; } fetchPost("/api/filetree/createDoc", {