diff --git a/frontend/src/components/notebook/NotebookButtons.vue b/frontend/src/components/notebook/NotebookButtons.vue index bf8d98ced..cf37deaea 100644 --- a/frontend/src/components/notebook/NotebookButtons.vue +++ b/frontend/src/components/notebook/NotebookButtons.vue @@ -75,7 +75,7 @@ const shareNotebook = async () => { } } -const downloadForObsidian = () => { +const exportForObsidian = () => { const link = document.createElement('a') link.style.display = 'none' link.href = `/api/notebooks/${props.notebook.id}/obsidian`