fix(gantt): update the gantt view when switching between projects
Resolves https://community.vikunja.io/t/listing-subprojects-tasks/1567/5
This commit is contained in:
parent
1918947c0b
commit
184110b986
@ -17,7 +17,7 @@ export function useRouteFilters<CurrentFilters extends Filters>(
|
||||
const routeFromFiltersFullPath = computed(() => router.resolve(filtersToRoute(filters.value)).fullPath)
|
||||
|
||||
watch(
|
||||
route,
|
||||
route.value,
|
||||
(route, oldRoute) => {
|
||||
if (
|
||||
route?.name !== oldRoute?.name ||
|
||||
|
Loading…
x
Reference in New Issue
Block a user