mirror of
https://github.com/penpot/penpot.git
synced 2025-06-06 21:41:37 +02:00
🐛 Fix enter emails on onboarding new user creating team
This commit is contained in:
parent
694497803b
commit
0ec89e8bbe
2 changed files with 2 additions and 0 deletions
|
@ -59,6 +59,7 @@
|
||||||
- Fix problem with outer stroke in texts [Taiga #5078](https://tree.taiga.io/project/penpot/issue/5078)
|
- Fix problem with outer stroke in texts [Taiga #5078](https://tree.taiga.io/project/penpot/issue/5078)
|
||||||
- Fix problem with text carring over next line when changing to fixed [Taiga #5067](https://tree.taiga.io/project/penpot/issue/5067)
|
- Fix problem with text carring over next line when changing to fixed [Taiga #5067](https://tree.taiga.io/project/penpot/issue/5067)
|
||||||
- Fix don't show invite user hero to users with editor role [Taiga #5086](https://tree.taiga.io/project/penpot/issue/5086)
|
- Fix don't show invite user hero to users with editor role [Taiga #5086](https://tree.taiga.io/project/penpot/issue/5086)
|
||||||
|
- Fix enter emails on onboarding new user creating team [Taiga #5089](https://tree.taiga.io/project/penpot/issue/5089)
|
||||||
|
|
||||||
### :heart: Community contributions by (Thank you!)
|
### :heart: Community contributions by (Thank you!)
|
||||||
- To @ondrejkonec: for contributing to the code with:
|
- To @ondrejkonec: for contributing to the code with:
|
||||||
|
|
|
@ -185,6 +185,7 @@
|
||||||
:auto-focus? true
|
:auto-focus? true
|
||||||
:trim true
|
:trim true
|
||||||
:valid-item-fn us/parse-email
|
:valid-item-fn us/parse-email
|
||||||
|
:caution-item-fn #{}
|
||||||
:on-submit on-submit
|
:on-submit on-submit
|
||||||
:label (tr "modals.invite-member.emails")}]]
|
:label (tr "modals.invite-member.emails")}]]
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue