chore(typo): execute function on click
This commit is contained in:
parent
e50a62b26a
commit
f3961449f1
|
@ -137,7 +137,7 @@ const open = ref(false)
|
||||||
color="primary"
|
color="primary"
|
||||||
icon="bi-chevron-down"
|
icon="bi-chevron-down"
|
||||||
:disabled="!statusData?.canSubmit"
|
:disabled="!statusData?.canSubmit"
|
||||||
@click="toggleOpen"
|
@click.stop="toggleOpen()"
|
||||||
/>
|
/>
|
||||||
</template>
|
</template>
|
||||||
<template #items>
|
<template #items>
|
||||||
|
|
Loading…
Reference in New Issue