Move click handler off of Icon

This commit is contained in:
Matthias 2023-05-06 17:35:19 +02:00
parent 1cee75746c
commit 4d2af9b7c4

View File

@ -43,8 +43,8 @@
> >
<CheckIcon :size="16" /> <CheckIcon :size="16" />
</b-button> </b-button>
<b-button size="sm" title="Abort" class="ms-1" variant="secondary"> <b-button size="sm" title="Abort" class="ms-1" variant="secondary" @click="abort">
<CloseIcon :size="16" @click="abort" /> <CloseIcon :size="16" />
</b-button> </b-button>
</template> </template>
</div> </div>