0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-08 07:50:43 -05:00

🐛 Fix Internal error when resending invitation email

This commit is contained in:
Alejandro Alonso 2022-09-28 08:42:49 +02:00
parent dfae7d30a1
commit 6ac1d47de1
2 changed files with 2 additions and 1 deletions

View file

@ -23,6 +23,7 @@
- Fix font search works only with lowercase letters [Taiga #4140](https://tree.taiga.io/project/penpot/issue/4140)
- Fix Terms and Privacy links overlapping [Taiga #4137](https://tree.taiga.io/project/penpot/issue/4137)
- Fix Cannot take out an element from a group at layers panel by drag [Taiga #4209](https://tree.taiga.io/project/penpot/issue/4209)
- Fix Internal error when resending invitation email [Taiga #4212](https://tree.taiga.io/project/penpot/issue/4212)
## 1.15.3-beta

View file

@ -492,7 +492,7 @@
resend-invitation
(fn []
(let [params {:email email
(let [params {:emails [email]
:team-id (:id team)
:resend? true
:role invitation-role}