From 738a607f93b64f5beb575c32e17e62510ee1e411 Mon Sep 17 00:00:00 2001 From: Alexander Friedland Date: Thu, 22 Sep 2022 10:04:44 +0200 Subject: [PATCH] Update admin/src/components/ContributionLink.vue Co-authored-by: Moriz Wahl --- admin/src/components/ContributionLink.vue | 3 --- 1 file changed, 3 deletions(-) diff --git a/admin/src/components/ContributionLink.vue b/admin/src/components/ContributionLink.vue index 990ea8abc..4e1f3dc7e 100644 --- a/admin/src/components/ContributionLink.vue +++ b/admin/src/components/ContributionLink.vue @@ -65,9 +65,6 @@ export default { if (!this.visible) this.$root.$emit('bv::toggle::collapse', 'newContribution') this.contributionLinkData = data }, - getContributionLinks() { - this.$emit('get-contribution-links') - }, }, }