From 1a1c351466b5eca4b48e7551f83b2dc19c6f2804 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20Moya?= Date: Mon, 9 Feb 2026 15:05:45 +0100 Subject: [PATCH] :bug: Fix dependency --- .../app/main/ui/workspace/tokens/management/forms/color.cljs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 "")