From 964c6d825648486dab6e601bcc2eef371bf8f788 Mon Sep 17 00:00:00 2001 From: ogerly Date: Fri, 17 Jun 2022 07:55:22 +0200 Subject: [PATCH] fix lint --- admin/src/components/ContributionLinkForm.vue | 1 + 1 file changed, 1 insertion(+) 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)