-
- Invite new members via email or link
-
+
Invite new members
-
+ */}
@@ -128,6 +144,10 @@ export function InviteSection(props: {
placeholder="user@example.com"
disabled={!inviteEnabled}
className="disabled:bg-muted"
+ value={email}
+ onChange={(e) => {
+ setEmail(e.target.value);
+ }}
/>
@@ -141,7 +161,13 @@ export function InviteSection(props: {
>
Role
-