fix: gantt route sync #2664

Merged
konrad merged 4 commits from dpschen/frontend:feature/fix-gantt-route-sync into main 2022-11-09 19:48:19 +00:00
1 changed files with 0 additions and 1 deletions
Showing only changes of commit 6055fecc5d - Show all commits

View File

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