From 2640889dc8cfda929567dd6440cca643e5892f36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20Moya?= Date: Tue, 25 Nov 2025 10:37:26 +0100 Subject: [PATCH] :bug: Fix backwards compatibility importing files with token themes --- common/src/app/common/types/tokens_lib.cljc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/src/app/common/types/tokens_lib.cljc b/common/src/app/common/types/tokens_lib.cljc index ec3a3e7bf9..70e36bfc2f 100644 --- a/common/src/app/common/types/tokens_lib.cljc +++ b/common/src/app/common/types/tokens_lib.cljc @@ -1679,7 +1679,7 @@ Will return a value that matches this schema: ["id" {:optional true} :string] ["name" :string] ["description" :string] - ["isSource" :boolean] + ["isSource" {:optional true} :boolean] ["selectedTokenSets" [:map-of :string [:enum "enabled" "disabled"]]]]]] ["$metadata" {:optional true}