From 0652a0a966661b3395fc05ef8a988837a8c5be08 Mon Sep 17 00:00:00 2001
From: Hangzhi Yu <hangzhi@protonmail.com>
Date: Tue, 18 Jun 2024 10:51:04 +0200
Subject: [PATCH] Fix slot template prop naming

---
 .../components/coursebook/absences/ParticipationList.vue        | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/aleksis/apps/alsijil/frontend/components/coursebook/absences/ParticipationList.vue b/aleksis/apps/alsijil/frontend/components/coursebook/absences/ParticipationList.vue
index ed1a74eee..a651fecdf 100644
--- a/aleksis/apps/alsijil/frontend/components/coursebook/absences/ParticipationList.vue
+++ b/aleksis/apps/alsijil/frontend/components/coursebook/absences/ParticipationList.vue
@@ -18,7 +18,7 @@ import documentationPartMixin from "../documentation/documentationPartMixin";
           v-bind="$attrs"
           v-on="$listeners"
         >
-          <template :default="{ active }">
+          <template #default="{ active }">
             <v-list-item-action>
               <v-checkbox :input-value="active" />
             </v-list-item-action>
-- 
GitLab