Merge branch 'master' into 'production'
no alert See merge request Romulus21/portal!19
This commit is contained in:
@@ -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.')
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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)
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user