1
0

feat: working route sync

This commit is contained in:
Dominik Pschenitschni
2022-10-11 13:22:57 +02:00
committed by kolaente
parent 9f146c8c7f
commit acdbf2f8f5
4 changed files with 114 additions and 141 deletions

View File

@ -384,6 +384,7 @@ const router = createRouter({
dateFrom: route.query.dateFrom as string,
dateTo: route.query.dateTo as string,
showTasksWithoutDates: Boolean(route.query.showTasksWithoutDates),
route,
}),
},
{