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

Merge branch '863-collapse-icon-on-progress-drawer-is-inverted' into 'master'

Resolve "Collapse icon on progress drawer is inverted"

Closes #863

See merge request !1343
parents 70680b2f f2ec37c9
No related branches found
No related tags found
1 merge request!1343Resolve "Collapse icon on progress drawer is inverted"
Pipeline #157426 canceled
......@@ -47,6 +47,7 @@ Fixed
* Group GraphQL queries failed when queried by owner or member.
* Nav submenu items could not be distinguished from regular ones.
* Special printouts included a blank white page at the end.
* Collapse icon on the progress drawer was the wrong way around.
`3.1.5`_ - 2023-09-02
---------------------
......
......@@ -14,6 +14,9 @@
number: numberOfTasks,
})
}}
<template v-slot:actions>
<v-icon color="white"> mdi-chevron-up </v-icon>
</template>
</v-expansion-panel-header>
<v-expansion-panel-content>
<div class="mx-n6 mb-n4" v-if="celeryProgressByUser">
......
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