From 58ee81b771b24421981a33abba00d5bf466deb75 Mon Sep 17 00:00:00 2001
From: Robin Tissot <tissotrobin@gmail.com>
Date: Thu, 22 Apr 2021 12:07:18 +0200
Subject: [PATCH] Fixes close button of the segmentation help not closing the
 popup.

---
 front/vue/components/SegPanel.vue | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/front/vue/components/SegPanel.vue b/front/vue/components/SegPanel.vue
index f8d605c2..1538bce2 100644
--- a/front/vue/components/SegPanel.vue
+++ b/front/vue/components/SegPanel.vue
@@ -94,7 +94,7 @@
                     class="btn btn-sm btn-info fas fa-question help nav-item ml-2">
             </button>
             <div id="segmentation-help" class="alert alert-primary help-text collapse">
-                <button type="button" class="close" aria-label="Close">
+                <button type="button" data-toggle="collapse" data-target="#segmentation-help" class="close" aria-label="Close">
                     <span aria-hidden="true">&times;</span>
                 </button>
                 <help></help>
-- 
GitLab