From b9f8d36c5a2582d87854e22836c87dd966fc6a3c Mon Sep 17 00:00:00 2001 From: Michael Bauer <michael-bauer@posteo.de> Date: Tue, 15 Oct 2024 15:22:32 +0200 Subject: [PATCH] Add small fixes from code-review --- .../apps/chronos/frontend/components/substitutions.graphql | 2 +- aleksis/apps/chronos/frontend/index.js | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/aleksis/apps/chronos/frontend/components/substitutions.graphql b/aleksis/apps/chronos/frontend/components/substitutions.graphql index 09cfd64a..0e61901c 100644 --- a/aleksis/apps/chronos/frontend/components/substitutions.graphql +++ b/aleksis/apps/chronos/frontend/components/substitutions.graphql @@ -40,4 +40,4 @@ query substitutionsForDate ($date: Date!) { notes } } -} \ No newline at end of file +} diff --git a/aleksis/apps/chronos/frontend/index.js b/aleksis/apps/chronos/frontend/index.js index 3c5c82d6..80e29a1f 100644 --- a/aleksis/apps/chronos/frontend/index.js +++ b/aleksis/apps/chronos/frontend/index.js @@ -48,7 +48,7 @@ export default { { path: "substitutions/print/", component: () => import("aleksis.core/components/LegacyBaseTemplate.vue"), - name: "chronos.printsubstitutions", + name: "chronos.printSubstitutions", props: { byTheGreatnessOfTheAlmightyAleksolotlISwearIAmWorthyOfUsingTheLegacyBaseTemplate: true, }, @@ -80,7 +80,6 @@ export default { toolbarTitle: "chronos.substitutions.menu_title", icon: "mdi-grid", permission: "chronos.view_substitutions_rule", - fullWidth: true, }, children: [ { @@ -90,7 +89,6 @@ export default { meta: { toolbarTitle: "chronos.substitutions.menu_title", permission: "chronos.view_substitutions_rule", - fullWidth: true, }, }, ], -- GitLab