From f8c0a34194a13b94ce68f26697ef248eaf543a41 Mon Sep 17 00:00:00 2001 From: ogerly Date: Mon, 6 Jan 2020 11:06:59 +0100 Subject: [PATCH] Proposed changes accepted and incorporated --- webapp/components/ContributionForm/ContributionForm.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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: {