fix: workflow hide dropdown icon on responsible person

This commit is contained in:
puriphatt 2025-07-04 11:00:27 +07:00
parent 3c4573192f
commit f516212b6c

View file

@ -611,7 +611,7 @@ onMounted(async () => {
</span>
</q-item>
</template>
<template #append>
<template v-if="!readonly" #append>
<q-icon
name="mdi-menu-down"
:class="{ rotated: responsibleMenu }"