Skip to content
Snippets Groups Projects
Verified Commit 3b1723ab authored by Jonathan Weth's avatar Jonathan Weth :keyboard:
Browse files

Fix menu

parent 7274012b
No related branches found
No related tags found
1 merge request!347Refactor timetable wrapper
This commit is part of merge request !347. Comments created here will be created in the context of that merge request.
......@@ -9,9 +9,6 @@ export default {
iconActive: "mdi-school",
validators: [hasPersonValidator],
},
props: {
byTheGreatnessOfTheAlmightyAleksolotlISwearIAmWorthyOfUsingTheLegacyBaseTemplate: true,
},
children: [
{
path: "timetable/",
......@@ -20,6 +17,7 @@ export default {
meta: {
inMenu: true,
titleKey: "chronos.timetable.menu_title",
toolbarTitle: "chronos.timetable.menu_title",
icon: "mdi-grid",
permission: "chronos.view_timetable_overview_rule",
fullWidth: true,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment