We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6020ab3 commit 65f7cbaCopy full SHA for 65f7cba
1 file changed
packages/react/src/components/presentation/auth/InviteUser/v2/BaseInviteUser.tsx
@@ -104,14 +104,14 @@ export interface BaseInviteUserRenderProps {
104
inviteLinkCopied: boolean;
105
106
/**
107
- * Whether the invite link has been generated (admin flow complete).
+ * Whether the invite email was sent successfully.
108
*/
109
- isInviteGenerated: boolean;
+ isEmailSent: boolean;
110
111
112
- * Whether the invite email was sent successfully.
+ * Whether the invite link has been generated (admin flow complete).
113
114
- isEmailSent: boolean;
+ isInviteGenerated: boolean;
115
116
117
* Loading state.
0 commit comments