From 47d75e7e2a97e0f89c5b416832be1deadfa7d562 Mon Sep 17 00:00:00 2001 From: Florian Schroedl Date: Mon, 27 May 2024 14:43:28 +0200 Subject: [PATCH] Remove closed for now --- common/src/app/common/types/token.cljc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/common/src/app/common/types/token.cljc b/common/src/app/common/types/token.cljc index c0c1e8dbdb..942864743f 100644 --- a/common/src/app/common/types/token.cljc +++ b/common/src/app/common/types/token.cljc @@ -119,8 +119,7 @@ (def rotation-keys (schema-keys ::rotation)) (sm/def! ::tokens - [:map {:title "Applied Tokens" - :closed true}]) + [:map {:title "Applied Tokens"}]) (sm/def! ::applied-tokens (merge-schemas ::tokens