From b3ff480e81846d388218cf18c184596c26f09a33 Mon Sep 17 00:00:00 2001 From: Florian Schroedl Date: Thu, 26 Sep 2024 15:08:54 +0200 Subject: [PATCH] Hide temporary theme --- frontend/src/app/main/ui/workspace/tokens/modals/themes.cljs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/app/main/ui/workspace/tokens/modals/themes.cljs b/frontend/src/app/main/ui/workspace/tokens/modals/themes.cljs index 674450fe2..f081a2cb7 100644 --- a/frontend/src/app/main/ui/workspace/tokens/modals/themes.cljs +++ b/frontend/src/app/main/ui/workspace/tokens/modals/themes.cljs @@ -57,7 +57,7 @@ (mf/defc themes-overview [{:keys [set-state]}] (let [active-theme-ids (mf/deref refs/workspace-active-theme-paths) - themes-groups (mf/deref refs/workspace-token-theme-tree) + themes-groups (mf/deref refs/workspace-token-theme-tree-no-hidden) on-edit-theme (fn [theme e] (dom/prevent-default e) (dom/stop-propagation e)