diff --git a/admin/src/components/ContributionLinkForm.vue b/admin/src/components/ContributionLinkForm.vue index 6fb9ee594..a159d33d3 100644 --- a/admin/src/components/ContributionLinkForm.vue +++ b/admin/src/components/ContributionLinkForm.vue @@ -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)