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

Fix count in absence reason chip

parent 6a462563
No related branches found
No related tags found
No related merge requests found
...@@ -35,6 +35,7 @@ export default { ...@@ -35,6 +35,7 @@ export default {
<counter-chip <counter-chip
:color="absenceReason.colour" :color="absenceReason.colour"
:value="absenceReason.id" :value="absenceReason.id"
:count="count"
outlined outlined
v-bind="$attrs" v-bind="$attrs"
v-on="$listeners" v-on="$listeners"
......
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