fix: use async action to change current list
This commit is contained in:
parent
7f5f44d7f0
commit
a60ad77bdc
6 changed files with 8 additions and 8 deletions
|
|
@ -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"/>
|
||||
|
|
|
|||
Reference in a new issue