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"
|
||||
icon="bi-chevron-down"
|
||||
:disabled="!statusData?.canSubmit"
|
||||
@click="toggleOpen"
|
||||
@click.stop="toggleOpen()"
|
||||
/>
|
||||
</template>
|
||||
<template #items>
|
||||
|
|
Loading…
Reference in New Issue