Update tasklist
All checks were successful
Build BAB Application Deployment Artifact / build (push) Successful in 2m4s

This commit is contained in:
2024-03-12 23:37:25 -04:00
parent 468569fa27
commit 084aadccef

View File

@@ -11,6 +11,7 @@
<q-item-label caption>Due: {{ task.dueDate }}</q-item-label> <q-item-label caption>Due: {{ task.dueDate }}</q-item-label>
<q-icon name="star" color="yellow" /> <q-icon name="star" color="yellow" />
</q-item-section> </q-item-section>
<q-item-section>
<q-expansion-item <q-expansion-item
:header-inset-level="1" :header-inset-level="1"
expand-separator expand-separator
@@ -19,8 +20,8 @@
><TaskList ><TaskList
v-if="task.subtasks && task.subtasks.length" v-if="task.subtasks && task.subtasks.length"
:tasks="task.subtasks" :tasks="task.subtasks"
/> /> </q-expansion-item
</q-expansion-item> ></q-item-section>
</q-item> </q-item>
<q-separator spaced inset /> <q-separator spaced inset />