This commit is contained in:
2020-04-08 22:27:47 +02:00
parent eb28a0a577
commit 0c74026119
2 changed files with 2 additions and 2 deletions

View File

@@ -67,7 +67,7 @@
this.$router.push('/memos')
})
.catch(errorRes => {
alert('Internal Error, Unable to delete contact.' + errorRes)
console.log('Internal Error, Unable to delete contact.' + errorRes)
})
}
}