diff --git a/frontend/src/app/main/ui/workspace/tokens/management/forms/color.cljs b/frontend/src/app/main/ui/workspace/tokens/management/forms/color.cljs index 30e19452b3..6c295990e7 100644 --- a/frontend/src/app/main/ui/workspace/tokens/management/forms/color.cljs +++ b/frontend/src/app/main/ui/workspace/tokens/management/forms/color.cljs @@ -15,7 +15,7 @@ (mf/defc form* [{:keys [token token-type] :as props}] (let [initial - (mf/with-memo [token] + (mf/with-memo [token-type token] {:type token-type :name (:name token "") :value (:value token "")