mirror of
https://github.com/penpot/penpot.git
synced 2026-05-08 17:48:39 +00:00
🐛 Fix create team without invitations on onboarding
This commit is contained in:
parent
2e3745099b
commit
b8299a5ea5
@ -57,7 +57,7 @@
|
||||
(def ^:private schema:invite-form
|
||||
[:map {:title "InviteForm"}
|
||||
[:role :keyword]
|
||||
[:emails [::sm/set {:kind ::sm/email}]]])
|
||||
[:emails {:optional true} [::sm/set {:kind ::sm/email}]]])
|
||||
|
||||
(defn- get-available-roles
|
||||
[]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user