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

@@ -38,7 +38,7 @@
}) })
.catch(error => { .catch(error => {
this.loading = false this.loading = false
alert('Unable to fetch memos.') console.log('Unable to fetch memos.')
}) })
} }
} }

View File

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