fix: list loading
This commit is contained in:
parent
29a9335844
commit
5937f01cc5
7 changed files with 12 additions and 12 deletions
|
|
@ -22,7 +22,7 @@
|
|||
{{ $t('menu.share') }}
|
||||
</dropdown-item>
|
||||
<dropdown-item
|
||||
:to="{ name: 'list.create', params: { id: namespace.id } }"
|
||||
:to="{ name: 'list.create', params: { namespaceId: namespace.id } }"
|
||||
icon="plus"
|
||||
>
|
||||
{{ $t('menu.newList') }}
|
||||
|
|
|
|||
Reference in a new issue