Basic New Task
Some checks failed
Build BAB Application Deployment Artifact / build (push) Failing after 2m7s
Some checks failed
Build BAB Application Deployment Artifact / build (push) Failing after 2m7s
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
<q-item-section>
|
||||
<q-item-label overline>{{ task.title }}</q-item-label>
|
||||
<q-item-label caption lines="2">{{ task.description }} </q-item-label>
|
||||
<q-item-label caption>Due: {{ task.dueDate }}</q-item-label>
|
||||
<q-item-label caption>Due: {{ task.due_date }}</q-item-label>
|
||||
</q-item-section>
|
||||
<q-expansion-item
|
||||
v-if="task.subtasks && task.subtasks.length"
|
||||
|
||||
Reference in New Issue
Block a user