0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-21 14:12:36 -05:00

Add missing deps

This commit is contained in:
Florian Schroedl 2024-06-25 16:38:28 +02:00
parent b89dc759be
commit 656cc00923

View file

@ -196,6 +196,7 @@
(not valid-description-field?)) (not valid-description-field?))
on-submit (mf/use-callback on-submit (mf/use-callback
(mf/deps validate-name validate-descripion token tokens)
(fn [e] (fn [e]
(dom/prevent-default e) (dom/prevent-default e)
(let [final-name (finalize-name @name-ref) (let [final-name (finalize-name @name-ref)