Skip to content
Snippets Groups Projects

Resolve "Absence dialog doesn't work"

Merged Hangzhi Yu requested to merge 327-absence-dialog-doesn-t-work into master
1 file
+ 3
6
Compare changes
  • Side-by-side
  • Inline
@@ -69,12 +69,9 @@
<DocumentationLoader />
</template>
</infinite-scrolling-date-sorted-c-r-u-d-iterator>
<v-scale-transition>
<absence-creation-dialog
v-if="pageType === 'absences'"
:absence-reasons="absenceReasons"
/>
</v-scale-transition>
<absence-creation-dialog
:absence-reasons="absenceReasons"
/>
</div>
</template>
Loading