Skip to content
Snippets Groups Projects
Commit 07f91fad authored by Julian's avatar Julian
Browse files

Hide absences fab if necessary

parent 16ed21ce
No related branches found
No related tags found
1 merge request!363Resolve "Add absence overview page"
...@@ -80,7 +80,9 @@ ...@@ -80,7 +80,9 @@
</CoursebookEmptyMessage> </CoursebookEmptyMessage>
</template> </template>
</infinite-scrolling-date-sorted-c-r-u-d-iterator> </infinite-scrolling-date-sorted-c-r-u-d-iterator>
<absence-creation-dialog /> <v-scale-transition>
<absence-creation-dialog v-if="pageType === 'absences'" />
</v-scale-transition>
</div> </div>
</template> </template>
......
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