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" />
|
<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>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user