fix(gantt): don't try to load list NaN when opening a task from the gantt chart
This commit is contained in:
parent
7ec2b6c0d2
commit
6055fecc5d
@ -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
|
||||||
},
|
},
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user