🐛 Fix dependency

This commit is contained in:
Andrés Moya
2026-02-09 15:05:45 +01:00
committed by Andrés Moya
parent 5b5f22a8c6
commit 1a1c351466

View File

@@ -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 "")