From 7f4bc246c6e9eeb52d248cd68bcc6c51f786dfa4 Mon Sep 17 00:00:00 2001 From: Eva Date: Thu, 11 Jan 2024 12:54:52 +0100 Subject: [PATCH] :bug: Fix checkbox of the file export modal --- frontend/src/app/main/ui/viewer/share_link.cljs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/app/main/ui/viewer/share_link.cljs b/frontend/src/app/main/ui/viewer/share_link.cljs index 1c4c6e088a..8a7961a8b6 100644 --- a/frontend/src/app/main/ui/viewer/share_link.cljs +++ b/frontend/src/app/main/ui/viewer/share_link.cljs @@ -245,8 +245,8 @@ [:label {:for (str "page-" current-page-id) :class (stl/css-case :global/checked true)} - [:span {:class (stl/css :checked)} - i/status-tick-refactor] + [:span {:class (stl/css :checked)} + i/status-tick-refactor] (:name current-page)]