Skip to content
Snippets Groups Projects
Commit 332d2b53 authored by permcu's avatar permcu
Browse files

Do not handle loading in AbsenceCreationForm

since it is not shown while loading.
parent c1960118
No related branches found
No related tags found
1 merge request!356Add dialog for creation of long-term absences
......@@ -18,7 +18,6 @@
>
<date-field
:label="$t('forms.labels.start')"
:disabled="loading"
:max="endDate"
@input="$emit('start-date', $event)"
/>
......@@ -29,7 +28,6 @@
>
<date-field
:label="$t('forms.labels.end')"
:disabled="loading"
:min="startDate"
@input="$emit('end-date', $event)"
/>
......@@ -38,7 +36,6 @@
<v-row>
<v-text-field
:label="$t('forms.labels.comment')"
:loading="loading"
@input="$emit('comment', $event)"
/>
</v-row>
......
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