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

Merge branch...

Merge branch '22-stop-propagation-of-click-event-of-absence-reason-group-select-to-parent-components' into 'master'

Resolve "Stop propagation of click event of absence reason group select to parent components"

Closes #22

See merge request AlekSIS/onboarding/AlekSIS-App-Kolego!34
parents dca5832a bea07fec
No related branches found
No related tags found
1 merge request!34Resolve "Stop propagation of click event of absence reason group select to parent components"
Pipeline #191772 failed
......@@ -95,6 +95,7 @@ export default {
:value="emptyValue"
filter
outlined
@click.native="$event.stopPropagation()"
>
{{ $t("kolego.absence_reason.present") }}
<v-avatar right v-if="loadSelectedChip && innerValue === emptyValue">
......@@ -108,6 +109,7 @@ export default {
filter
outlined
:loading="loadSelectedChip && absenceReason.id === innerValue"
@click.native="$event.stopPropagation()"
/>
</v-chip-group>
<v-skeleton-loader v-else type="chip@4" class="d-flex flex-wrap gap" />
......
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