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> </span>
</q-item> </q-item>
</template> </template>
<template #append> <template v-if="!readonly" #append>
<q-icon <q-icon
name="mdi-menu-down" name="mdi-menu-down"
:class="{ rotated: responsibleMenu }" :class="{ rotated: responsibleMenu }"