mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-26 13:05:15 +00:00
Move click handler off of Icon
This commit is contained in:
parent
1cee75746c
commit
4d2af9b7c4
|
@ -43,8 +43,8 @@
|
|||
>
|
||||
<CheckIcon :size="16" />
|
||||
</b-button>
|
||||
<b-button size="sm" title="Abort" class="ms-1" variant="secondary">
|
||||
<CloseIcon :size="16" @click="abort" />
|
||||
<b-button size="sm" title="Abort" class="ms-1" variant="secondary" @click="abort">
|
||||
<CloseIcon :size="16" />
|
||||
</b-button>
|
||||
</template>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue
Block a user