1
0

fix(gantt): don't try to load list NaN when opening a task from the gantt chart

This commit is contained in:
kolaente 2022-11-09 19:54:53 +01:00
parent 7ec2b6c0d2
commit 6055fecc5d
No known key found for this signature in database
GPG Key ID: F40E70337AB24C9B

View File

@ -29,7 +29,6 @@ export function useRouteFilters<CurrentFilters extends Filters>(
filters.value = routeToFilters(route) filters.value = routeToFilters(route)
}, },
{ {
deep: true,
immediate: true, // set the filter from the initial route immediate: true, // set the filter from the initial route
}, },
) )