Skip to content

Commit

Permalink
Remove inbox tag from new notes
Browse files Browse the repository at this point in the history
  • Loading branch information
colebemis committed Oct 3, 2023
1 parent 6c01366 commit 70b69c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/note-editor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ function useNoteCompletion() {
apply: (view, completion, from, to) => {
const note = {
id: Date.now().toString(),
rawBody: `# ${query}\n\n#inbox`,
rawBody: `# ${query}`,
}

upsertNote(note)
Expand Down

0 comments on commit 70b69c2

Please sign in to comment.