fix: workflow hide dropdown icon on responsible person
Some checks failed
Spell Check / Spell Check with Typos (push) Failing after 7s
Some checks failed
Spell Check / Spell Check with Typos (push) Failing after 7s
This commit is contained in:
parent
57660d7991
commit
011c65dcf8
1 changed files with 1 additions and 1 deletions
|
|
@ -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 }"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue