Skip to content
Snippets Groups Projects

Resolve "Follow-up from "Resolve "Add absence overview page"""

Open Hangzhi Yu requested to merge 308-follow-up-from-resolve-add-absence-overview-page into master
7 files
+ 89
44
Compare changes
  • Side-by-side
  • Inline
Files
7
@@ -26,7 +26,9 @@
<participation-list
v-if="documentation.canEditParticipationStatus"
:include-present="false"
:class="{'participation-list': compact || !$vuetify.breakpoint.mobile}"
:class="{
'participation-list': compact || !$vuetify.breakpoint.mobile,
}"
v-bind="documentationPartProps"
:value="value"
@input="$emit('input', $event)"
Loading