feat(list): add info dialoge to show list description #2368

Merged
konrad merged 6 commits from feature/list-description into main 2022-09-15 12:36:44 +00:00
Showing only changes of commit 6e0e4f8f35 - Show all commits

View File

@ -344,7 +344,7 @@ const router = createRouter({
meta: {
showAsModal: true,
},
props: route => ({ listId: parseInt(route.params.listId as string) }),
props: route => ({ listId: Number(route.params.listId as string) }),
},
{
path: '/lists/:listId',