mirror of
https://github.com/penpot/penpot.git
synced 2026-02-12 14:42:56 +00:00
🐛 Fix dependency
This commit is contained in:
@@ -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 "")
|
||||
|
||||
Reference in New Issue
Block a user