diff --git a/webapp/components/ContributionForm/ContributionForm.vue b/webapp/components/ContributionForm/ContributionForm.vue index e836b7aef..019d63d56 100644 --- a/webapp/components/ContributionForm/ContributionForm.vue +++ b/webapp/components/ContributionForm/ContributionForm.vue @@ -275,7 +275,7 @@ export default { this.contribution.image = null this.form.image = null this.form.teaserImage = null - this.$refs.deleteImage.deleteImage() + this.$refs.deleteImage.deleteImage() }, }, apollo: { diff --git a/webapp/components/TeaserImage/TeaserImage.vue b/webapp/components/TeaserImage/TeaserImage.vue index 70efe6d54..0ba8977e5 100644 --- a/webapp/components/TeaserImage/TeaserImage.vue +++ b/webapp/components/TeaserImage/TeaserImage.vue @@ -72,7 +72,7 @@ export default { }, methods: { deleteImage() { - this.clearImages() + this.clearImages() }, template() { return `