Skip to content
Snippets Groups Projects
Commit 0c7f7943 authored by Hangzhi Yu's avatar Hangzhi Yu
Browse files

Remove unused list item action

parent 6ffc4eee
No related branches found
No related tags found
1 merge request!363Resolve "Add absence overview page"
Pipeline #191432 failed
......@@ -27,7 +27,7 @@ import updateParticipationMixin from "./updateParticipationMixin.js";
<v-list-item-title>
{{ participation.person.fullName }}
</v-list-item-title>
<v-list-item-subtitle v-if="participation.absenceReason">
<v-list-item-action v-if="participation.absenceReason" class="full-width">
<absence-reason-group-select
allow-empty
empty-value="present"
......@@ -35,9 +35,6 @@ import updateParticipationMixin from "./updateParticipationMixin.js";
:value="participation.absenceReason?.id || 'present'"
@input="sendToServer([participation], 'absenceReason', $event)"
/>
</v-list-item-subtitle>
<v-list-item-action>
<v-icon> mdi-chevron-right </v-icon>
</v-list-item-action>
</template>
</v-list-item>
......
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