fix: workflow hide dropdown icon on responsible person
Some checks failed
Spell Check / Spell Check with Typos (push) Failing after 7s

This commit is contained in:
puriphatt 2025-07-04 11:00:27 +07:00
parent 57660d7991
commit 011c65dcf8

View file

@ -609,7 +609,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 }"