Feat: Add filter toggle and info about active filters for teamer

This commit is contained in:
Björn Fromme
2023-10-23 16:19:10 +02:00
parent c155e8c19e
commit a604039426
3 changed files with 43 additions and 13 deletions
@@ -60,6 +60,7 @@ class IndexController extends AbstractController
'errors' => $errors,
'pagination' => $pagination,
'filterForm' => $filterForm,
'filterDto' => $filterDto,
]);
}
}