mirror of
https://github.com/penpot/penpot.git
synced 2025-08-07 14:38:33 +02:00
🎉 Add malli based validation and coersion subsystem
This commit is contained in:
parent
dbc08ba80f
commit
5ca3d01ea1
125 changed files with 4984 additions and 2762 deletions
|
@ -517,7 +517,7 @@
|
|||
(mf/use-fn
|
||||
(mf/deps email team-id)
|
||||
(fn []
|
||||
(let [params (with-meta {:emails [email]
|
||||
(let [params (with-meta {:emails #{email}
|
||||
:team-id team-id
|
||||
:resend? true
|
||||
:role role}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue