Some minor bug fixing
This commit is contained in:
@@ -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)
|
||||
}
|
||||
})
|
||||
|
Reference in New Issue
Block a user