From 07bbbfe159ddaa23328363635be0ac8491647291 Mon Sep 17 00:00:00 2001 From: Manuel Meister Date: Sun, 29 Sep 2024 14:02:43 +0200 Subject: [PATCH] Add a close button to checklist detailpane --- frontend/src/components/activity/content/Checklist.vue | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/frontend/src/components/activity/content/Checklist.vue b/frontend/src/components/activity/content/Checklist.vue index 1ac2d64403..b0a5d54a16 100644 --- a/frontend/src/components/activity/content/Checklist.vue +++ b/frontend/src/components/activity/content/Checklist.vue @@ -5,6 +5,8 @@ v-model="showDialog" icon="mdi-clipboard-list-outline" :title="$tc('components.activity.content.checklist.title')" + :cancel-action="close" + :cancel-visible="false" >