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

Fix AbsenceReasonChip

parent 5daec29e
No related branches found
No related tags found
1 merge request!26Fix some bugs with absence reasons
...@@ -3,7 +3,7 @@ import CounterChip from "aleksis.core/components/generic/chips/CounterChip.vue"; ...@@ -3,7 +3,7 @@ import CounterChip from "aleksis.core/components/generic/chips/CounterChip.vue";
export default { export default {
name: "AbsenceReasonChip", name: "AbsenceReasonChip",
components: [CounterChip], components: { CounterChip },
props: { props: {
absenceReason: { absenceReason: {
type: Object, type: Object,
......
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