Skip to content

Commit 65f7cba

Browse files
committed
refactor: swap invite email and invite link status properties for clarity
1 parent 6020ab3 commit 65f7cba

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

packages/react/src/components/presentation/auth/InviteUser/v2/BaseInviteUser.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -104,14 +104,14 @@ export interface BaseInviteUserRenderProps {
104104
inviteLinkCopied: boolean;
105105

106106
/**
107-
* Whether the invite link has been generated (admin flow complete).
107+
* Whether the invite email was sent successfully.
108108
*/
109-
isInviteGenerated: boolean;
109+
isEmailSent: boolean;
110110

111111
/**
112-
* Whether the invite email was sent successfully.
112+
* Whether the invite link has been generated (admin flow complete).
113113
*/
114-
isEmailSent: boolean;
114+
isInviteGenerated: boolean;
115115

116116
/**
117117
* Loading state.

0 commit comments

Comments
 (0)