1
0

chore: remove showAll prop and make it a computed instead

This commit is contained in:
kolaente
2022-02-20 21:32:02 +01:00
parent 95d8cdffe4
commit 4ce9ac9c66
2 changed files with 3 additions and 5 deletions

View File

@ -53,7 +53,6 @@
<ShowTasks
v-if="hasLists"
class="mt-4"
:show-all="true"
:key="showTasksKey"
/>
</div>