mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-12 13:24:25 +00:00
initialcomment: conditionnal delete button
This commit is contained in:
parent
27f49b2aa3
commit
d536da3581
@ -33,7 +33,7 @@
|
|||||||
</ul>
|
</ul>
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
<button
|
<button v-if="initialComment !== null"
|
||||||
class="sc-button bt-delete"
|
class="sc-button bt-delete"
|
||||||
@click="removeComment">
|
@click="removeComment">
|
||||||
{{ $t('action.delete') }}
|
{{ $t('action.delete') }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user