mirror of
https://github.com/penpot/penpot.git
synced 2025-05-31 03:46:11 +02:00
🐛 Fix Internal error when resending invitation email
This commit is contained in:
parent
dfae7d30a1
commit
6ac1d47de1
2 changed files with 2 additions and 1 deletions
|
@ -492,7 +492,7 @@
|
|||
|
||||
resend-invitation
|
||||
(fn []
|
||||
(let [params {:email email
|
||||
(let [params {:emails [email]
|
||||
:team-id (:id team)
|
||||
:resend? true
|
||||
:role invitation-role}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue