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
|
<ds-button
|
||||||
@click.prevent="deleteImage"
|
@click.prevent="deleteImage"
|
||||||
icon="close"
|
icon="close"
|
||||||
v-show="showDeleteButton != ''"
|
v-if="showDeleteButton"
|
||||||
class="delete-image"
|
class="delete-image"
|
||||||
></ds-button>
|
></ds-button>
|
||||||
<hc-teaser-image
|
<hc-teaser-image
|
||||||
@ -272,9 +272,9 @@ export default {
|
|||||||
return categories.map(c => c.id)
|
return categories.map(c => c.id)
|
||||||
},
|
},
|
||||||
deleteImage() {
|
deleteImage() {
|
||||||
this.form.image = ''
|
this.form.image = null
|
||||||
this.contribution.image = ''
|
this.contribution.image = null
|
||||||
this.showDeleteButton = ''
|
this.showDeleteButton = false
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
apollo: {
|
apollo: {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user