From 2b10665356bf63a37037659b0ed97f3524389a1d Mon Sep 17 00:00:00 2001 From: Akshay Gupta Date: Wed, 22 May 2024 15:11:01 +0530 Subject: [PATCH] close applied tokens map schema --- common/src/app/common/types/token.cljc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/common/src/app/common/types/token.cljc b/common/src/app/common/types/token.cljc index 9fe6b86ab8..9eccde25d1 100644 --- a/common/src/app/common/types/token.cljc +++ b/common/src/app/common/types/token.cljc @@ -119,7 +119,8 @@ (def rotation-keys (schema-keys ::rotation)) (sm/def! ::tokens - [:map {:title "Applied Tokens"}]) + [:map {:title "Applied Tokens" + :closed true}]) (sm/def! ::applied-tokens (merge-schemas ::tokens