diff --git a/common/src/app/common/types/token_theme.cljc b/common/src/app/common/types/token_theme.cljc index 4b9bf92a05..aff36dc297 100644 --- a/common/src/app/common/types/token_theme.cljc +++ b/common/src/app/common/types/token_theme.cljc @@ -18,12 +18,12 @@ (sm/register! ::token-set-group-ref [:map - [:id :sm/uuid] + [:id ::sm/uuid] [:type [:= :group]]]) (sm/register! ::token-set-ref [:map - [:id :sm/uuid] + [:id ::sm/uuid] [:type [:= :set]]]) (sm/register! ::token-set-group