mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
Proposed changes accepted and incorporated
This commit is contained in:
parent
3599825436
commit
f8c0a34194
@ -10,7 +10,7 @@
|
||||
<ds-button
|
||||
@click.prevent="deleteImage"
|
||||
icon="close"
|
||||
v-show="showDeleteButton != ''"
|
||||
v-if="showDeleteButton"
|
||||
class="delete-image"
|
||||
></ds-button>
|
||||
<hc-teaser-image
|
||||
@ -272,9 +272,9 @@ export default {
|
||||
return categories.map(c => c.id)
|
||||
},
|
||||
deleteImage() {
|
||||
this.form.image = ''
|
||||
this.contribution.image = ''
|
||||
this.showDeleteButton = ''
|
||||
this.form.image = null
|
||||
this.contribution.image = null
|
||||
this.showDeleteButton = false
|
||||
},
|
||||
},
|
||||
apollo: {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user