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:
parent
dfae7d30a1
commit
6ac1d47de1
2 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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…
Reference in a new issue