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