1
0

fix: list loading

This commit is contained in:
Dominik Pschenitschni
2021-11-17 18:04:53 +01:00
parent 29a9335844
commit 5937f01cc5
7 changed files with 12 additions and 12 deletions

View File

@ -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') }}