diff --git a/common/src/app/common/types/token.cljc b/common/src/app/common/types/token.cljc index 9fe6b86ab..9eccde25d 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