From 0b079397f99c4614d7f285f428e5be194f2ce89d Mon Sep 17 00:00:00 2001 From: Moriz Wahl Date: Thu, 13 Oct 2022 15:59:19 +0200 Subject: [PATCH] remove unused computed property --- admin/src/components/ContributionLinkForm.vue | 3 --- 1 file changed, 3 deletions(-) diff --git a/admin/src/components/ContributionLinkForm.vue b/admin/src/components/ContributionLinkForm.vue index b0a71be42..c21a7f17c 100644 --- a/admin/src/components/ContributionLinkForm.vue +++ b/admin/src/components/ContributionLinkForm.vue @@ -189,9 +189,6 @@ export default { }, }, computed: { - updateData() { - return this.contributionLinkData - }, disabled() { return true },