This commit is contained in:
ogerly 2022-06-17 07:55:22 +02:00
parent 1d66b9511c
commit 964c6d8256

View File

@ -181,6 +181,7 @@ export default {
.then((result) => {
this.link = result.data.createContributionLink.link
this.toastSuccess(this.link)
this.onReset()
})
.catch((error) => {
this.toastError(error.message)