mirror of
https://github.com/penpot/penpot.git
synced 2025-07-20 11:07:12 +02:00
🐛 Fix create team without invitations on onboarding
This commit is contained in:
parent
2e3745099b
commit
b8299a5ea5
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@
|
||||||
(def ^:private schema:invite-form
|
(def ^:private schema:invite-form
|
||||||
[:map {:title "InviteForm"}
|
[:map {:title "InviteForm"}
|
||||||
[:role :keyword]
|
[:role :keyword]
|
||||||
[:emails [::sm/set {:kind ::sm/email}]]])
|
[:emails {:optional true} [::sm/set {:kind ::sm/email}]]])
|
||||||
|
|
||||||
(defn- get-available-roles
|
(defn- get-available-roles
|
||||||
[]
|
[]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue