Don't show the list color in the list view
This commit is contained in:
parent
8e2dfcffd5
commit
074b7e53f5
3 changed files with 22 additions and 1 deletions
|
|
@ -92,6 +92,7 @@
|
|||
<div class="tasks-container">
|
||||
<div :class="{'short': isTaskEdit}" class="tasks mt-0" v-if="tasks && tasks.length > 0">
|
||||
<single-task-in-list
|
||||
:show-list-color="false"
|
||||
:disabled="!canWrite"
|
||||
:key="t.id"
|
||||
:the-task="t"
|
||||
|
|
|
|||
Reference in a new issue