changes untested
This commit is contained in:
2
src/pages/card/editcard.vue
Normal file → Executable file
2
src/pages/card/editcard.vue
Normal file → Executable file
@@ -352,8 +352,6 @@
|
||||
})
|
||||
.then((response: any) => {
|
||||
if (response.data.ok) {
|
||||
console.log(response.data)
|
||||
console.log(this.user.id)
|
||||
this.$router.push({name: "customerProfile", params: { id: this.card.user_id }});
|
||||
}
|
||||
if (response.data.error) {
|
||||
|
||||
Reference in New Issue
Block a user