Some minor bug fixing

This commit is contained in:
Max G
2020-01-03 01:54:11 +00:00
parent 4216c1825e
commit f99d6ed430
4 changed files with 8 additions and 8 deletions

View File

@@ -29,7 +29,6 @@
axios.post('/api/note/delete', {'noteId':this.noteId}).then(response => {
if(response.data == true){
console.log('Lets delete this note!')
this.$bus.$emit('note_deleted', this.noteId)
}
})