Fix navigating back to list view after deleting a task

This commit is contained in:
kolaente 2020-04-30 12:49:42 +02:00
parent 120d5a8c19
commit b043369245
Signed by untrusted user who does not match committer: konrad
GPG key ID: F40E70337AB24C9B
6 changed files with 8 additions and 20 deletions

View file

@ -141,7 +141,7 @@
<div class="more-container" :key="n.id + 'child'">
<ul class="menu-list can-be-hidden" >
<li v-for="l in n.lists" :key="l.id">
<router-link :to="{ name: 'showList', params: { listId: l.id} }">
<router-link :to="{ name: 'list.index', params: { listId: l.id} }">
<span class="name">
<span class="color-bubble" v-if="l.hexColor !== ''" :style="{ backgroundColor: l.hexColor }"></span>
{{l.title}}