feat: working route sync
This commit is contained in:

committed by
kolaente

parent
9f146c8c7f
commit
acdbf2f8f5
@ -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,
|
||||
}),
|
||||
},
|
||||
{
|
||||
|
Reference in New Issue
Block a user