diff --git a/common/src/app/common/types/token_theme.cljc b/common/src/app/common/types/token_theme.cljc index aff36dc29..9f898aff7 100644 --- a/common/src/app/common/types/token_theme.cljc +++ b/common/src/app/common/types/token_theme.cljc @@ -11,7 +11,8 @@ (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] [:modified-at {:optional true} ::sm/inst] [:sets [:set {:gen/max 10 :gen/min 1} ::sm/uuid]]])