chore(typo): execute function on click

This commit is contained in:
upsiflu 2024-12-08 21:01:28 +01:00
parent e50a62b26a
commit f3961449f1
1 changed files with 1 additions and 1 deletions

View File

@ -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>