Skip to content

Commit

Permalink
fix merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
choucw045 committed Jan 8, 2025
1 parent 7b41130 commit 67fe3ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/notebook/NotebookButtons.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit 67fe3ce

Please sign in to comment.