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

Merge remote-tracking branch 'origin/master' into refactor/calendar-overview

parents 7de19781 1bf85445
No related branches found
No related tags found
1 merge request!1304Refactor calendar overview in more different components
Pipeline #142916 passed with warnings
......@@ -44,6 +44,7 @@ Fixed
* Rendering of "simple" PDF templates failed when used with S3 storage.
* Log messages on some loggers did not contain log message
* Group GraphQL queries failed when queried by owner or member.
* Nav submenu items could not be distinguished from regular ones.
`3.1.2`_ - 2023-07-05
---------------------
......
......@@ -46,6 +46,7 @@
:target="subMenuItem.newTab ? '_blank' : '_self'"
:key="subMenuItem.name"
:value="subMenuItem.name"
class="ps-4"
>
<v-list-item-icon>
<v-icon v-if="subMenuItem.icon">{{ subMenuItem.icon }} </v-icon>
......
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