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

Move cancel button in AbsenceCreationDialog to the far-left

parent 1dfc83dd
No related branches found
No related tags found
1 merge request!356Add dialog for creation of long-term absences
......@@ -48,9 +48,11 @@
@loading="handleLoading"
/>
</template>
<template #actionsLeft>
<cancel-button @click="cancel" />
</template>
<template #actions>
<!-- secondary -->
<cancel-button @click="cancel" />
<secondary-action-button
@click="form = true"
v-if="!form"
......
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