Skip to content

Commit

Permalink
[feat] pass entire Folder to emptyBookmark
Browse files Browse the repository at this point in the history
  • Loading branch information
braebo committed Dec 30, 2021
1 parent 550de9c commit 44d0e4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/index.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
function newBookmark() {
$editorContext = 'create'
$bookmarkEditor = emptyBookmark($activeFolder.title)
$bookmarkEditor = emptyBookmark($activeFolder)
showModal = true
}
</script>
Expand Down

0 comments on commit 44d0e4a

Please sign in to comment.