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

Improve design of next button for absence creation form

parent a1baeeb7
No related branches found
No related tags found
1 merge request!356Add dialog for creation of long-term absences
......@@ -53,11 +53,13 @@
<!-- primary -->
<save-button
v-if="form"
i18n-key="actions.continue"
@click="form = false"
:loading="loading"
:disabled="!formValid"
/>
>
{{ $t("actions.continue") }}
<v-icon right>$next</v-icon>
</save-button>
<save-button
v-else
i18n-key="actions.confirm"
......
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