diff --git a/common/src/app/common/types/token_theme.cljc b/common/src/app/common/types/token_theme.cljc index 9f898aff7..9b11dbbc9 100644 --- a/common/src/app/common/types/token_theme.cljc +++ b/common/src/app/common/types/token_theme.cljc @@ -11,6 +11,7 @@ (sm/register! ::token-theme [:map {:title "TokenTheme"} [:id ::sm/uuid] + [:name :string] [:group {:optional true} :string] [:selected [:enum :enabled :disabled #_:source]] [:description {:optional true} :string]