diff --git a/webapp/components/ContributionForm/ContributionForm.vue b/webapp/components/ContributionForm/ContributionForm.vue
index 8370c0385..d1f27059b 100644
--- a/webapp/components/ContributionForm/ContributionForm.vue
+++ b/webapp/components/ContributionForm/ContributionForm.vue
@@ -10,7 +10,7 @@
c.id)
},
deleteImage() {
- this.form.image = ''
- this.contribution.image = ''
- this.showDeleteButton = ''
+ this.form.image = null
+ this.contribution.image = null
+ this.showDeleteButton = false
},
},
apollo: {