fix: removing next steps (#12549)
* Removing next steps * Removing next steps
This commit is contained in:
@@ -78,13 +78,13 @@ export const TeamInviteEmail = (
|
||||
marginTop: "48px",
|
||||
lineHeightStep: "24px",
|
||||
}}>
|
||||
<>
|
||||
{/* <>
|
||||
{props.language("email_no_user_invite_steps_intro", {
|
||||
entity: props.language(props.isOrg ? "organization" : "team").toLowerCase(),
|
||||
})}
|
||||
</>
|
||||
</> */}
|
||||
</p>
|
||||
|
||||
{/*
|
||||
{!props.isCalcomMember && (
|
||||
<div style={{ display: "flex", flexDirection: "column", gap: "32px" }}>
|
||||
<EmailStep
|
||||
@@ -120,7 +120,7 @@ export const TeamInviteEmail = (
|
||||
}
|
||||
/>
|
||||
</div>
|
||||
)}
|
||||
)} */}
|
||||
|
||||
<div className="">
|
||||
<p
|
||||
|
||||
Reference in New Issue
Block a user