mirror of https://github.com/penpot/penpot.git
Add missing deps
This commit is contained in:
parent
b89dc759be
commit
656cc00923
|
|
@ -196,6 +196,7 @@
|
|||
(not valid-description-field?))
|
||||
|
||||
on-submit (mf/use-callback
|
||||
(mf/deps validate-name validate-descripion token tokens)
|
||||
(fn [e]
|
||||
(dom/prevent-default e)
|
||||
(let [final-name (finalize-name @name-ref)
|
||||
|
|
|
|||
Loading…
Reference in New Issue