mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
Report now works
This commit is contained in:
parent
487fe2aabe
commit
c1fb68eb36
@ -89,9 +89,9 @@ export default {
|
|||||||
}
|
}
|
||||||
})
|
})
|
||||||
.then(() => {
|
.then(() => {
|
||||||
this.isOpen = false
|
this.$toast.success('Thanks for reporting!')
|
||||||
this.$toast.success(err.message)
|
|
||||||
this.disabled = true
|
this.disabled = true
|
||||||
|
this.close()
|
||||||
})
|
})
|
||||||
.catch(err => {
|
.catch(err => {
|
||||||
this.$toast.error(err.message)
|
this.$toast.error(err.message)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user