fix(front): red button for delete img

This commit is contained in:
ArneBo 2025-04-02 05:09:05 +02:00
parent f4a6aa4b2a
commit a4441f9e53
1 changed files with 2 additions and 1 deletions

View File

@ -169,7 +169,8 @@ const getAttachmentUrl = (uuid: string) => {
</p>
<Button
v-if="value"
class="ui basic tiny button"
destructive
icon="bi-trash"
@click.stop.prevent="remove(value as string)"
>
{{ t('components.common.AttachmentInput.button.remove') }}