p2-inc / phasetwo-admin-portal

https://phasetwo.io
Other
18 stars 14 forks source link

Invitation create needs to set `send=true` #75

Closed xgp closed 1 year ago

xgp commented 1 year ago

Invitation create needs to set send=true in the request, which is currently missing

image

pnzrr commented 1 year ago

Should already be fixed: https://github.com/p2-inc/admin-portal/blob/main/src/pages/invitation/new.tsx#L70

xgp commented 1 year ago

fixed in https://github.com/p2-inc/admin-portal/pull/66