0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-07 15:39:42 -05:00

Merge pull request #2364 from penpot/superalex-fix-resend-invitation

🐛 Fix Internal error when resending invitation email
This commit is contained in:
Andrey Antukh 2022-09-28 09:47:55 +02:00 committed by GitHub
commit ab22909b6c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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}