fix: reload notes on delete
This commit is contained in:
parent
4c797f65a3
commit
7e00969ef7
@ -68,6 +68,6 @@ async function deleteNote(name) {
|
||||
doctype: 'FCRM Note',
|
||||
name,
|
||||
})
|
||||
notes.reload()
|
||||
notes.value?.reload()
|
||||
}
|
||||
</script>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user