Skip to content

Commit

Permalink
fix: reload notes on delete
Browse files Browse the repository at this point in the history
  • Loading branch information
shariquerik committed Jan 22, 2025
1 parent 4c797f6 commit 7e00969
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/Activities/NoteArea.vue
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,6 @@ async function deleteNote(name) {
doctype: 'FCRM Note',
name,
})
notes.reload()
notes.value?.reload()
}
</script>

0 comments on commit 7e00969

Please sign in to comment.