Update admin/src/components/ContributionLink.vue

Co-authored-by: Moriz Wahl <moriz.wahl@gmx.de>
This commit is contained in:
Alexander Friedland 2022-09-22 10:04:44 +02:00 committed by GitHub
parent 487bcee1a7
commit 738a607f93
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -65,9 +65,6 @@ export default {
if (!this.visible) this.$root.$emit('bv::toggle::collapse', 'newContribution') if (!this.visible) this.$root.$emit('bv::toggle::collapse', 'newContribution')
this.contributionLinkData = data this.contributionLinkData = data
}, },
getContributionLinks() {
this.$emit('get-contribution-links')
},
}, },
} }
</script> </script>