1
0

fix: use async action to change current list

This commit is contained in:
Dominik Pschenitschni
2021-10-16 20:44:39 +02:00
parent 7f5f44d7f0
commit a60ad77bdc
6 changed files with 8 additions and 8 deletions

View File

@ -117,7 +117,7 @@
@click="navigate"
:href="href"
class="list-menu-link"
:class="{'router-link-exact-active': isActive || currentList.id === l.id}"
:class="{'router-link-exact-active': isActive || currentList?.id === l.id}"
>
<span class="icon handle">
<icon icon="grip-lines"/>