From 0ec89e8bbe3cdea92615f23187ec53fbfa3b5634 Mon Sep 17 00:00:00 2001 From: Alejandro Alonso Date: Tue, 28 Mar 2023 10:56:28 +0200 Subject: [PATCH] :bug: Fix enter emails on onboarding new user creating team --- CHANGES.md | 1 + frontend/src/app/main/ui/onboarding/team_choice.cljs | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index fdf86d5fe8..0a8dad58e2 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -59,6 +59,7 @@ - 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 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!) - To @ondrejkonec: for contributing to the code with: diff --git a/frontend/src/app/main/ui/onboarding/team_choice.cljs b/frontend/src/app/main/ui/onboarding/team_choice.cljs index b1a1e5342c..f34fab29b8 100644 --- a/frontend/src/app/main/ui/onboarding/team_choice.cljs +++ b/frontend/src/app/main/ui/onboarding/team_choice.cljs @@ -185,6 +185,7 @@ :auto-focus? true :trim true :valid-item-fn us/parse-email + :caution-item-fn #{} :on-submit on-submit :label (tr "modals.invite-member.emails")}]]