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

Reformat

parent a3465729
No related branches found
No related tags found
1 merge request!20Resolve "Create AbsenceReason Select field"
Pipeline #185483 passed with warnings
......@@ -47,11 +47,7 @@ export default {
</v-avatar>
{{ text }}
<v-avatar right v-if="loading">
<v-progress-circular
indeterminate
:size="16"
:width="2"
/>
<v-progress-circular indeterminate :size="16" :width="2" />
</v-avatar>
</counter-chip>
</template>
......@@ -72,11 +72,7 @@ export default {
>
{{ $t("kolego.absence_reason.present") }}
<v-avatar right v-if="loadSelectedChip && value === emptyValue">
<v-progress-circular
indeterminate
:size="16"
:width="2"
/>
<v-progress-circular indeterminate :size="16" :width="2" />
</v-avatar>
</v-chip>
<absence-reason-chip
......
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