mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-13 12:55:00 +00:00
chore: temporarily hide link invitation (#9193)
close AF-1992 AF-1995 AF-1979 AF-1997 chore: temporarily hide link invitation fix(core): only team workspace can assign admin fix(core): member options in member list do not match expectations
This commit is contained in:
@@ -15,7 +15,7 @@ export const ModalContent = ({
|
||||
inviteEmail,
|
||||
setInviteEmail,
|
||||
inviteMethod,
|
||||
onInviteMethodChange,
|
||||
// onInviteMethodChange,
|
||||
handleConfirm,
|
||||
isMutating,
|
||||
isValidEmail,
|
||||
@@ -48,7 +48,7 @@ export const ModalContent = ({
|
||||
<RadioGroup
|
||||
width={'100%'}
|
||||
value={inviteMethod}
|
||||
onChange={onInviteMethodChange}
|
||||
// onChange={onInviteMethodChange}
|
||||
items={[
|
||||
{
|
||||
label: (
|
||||
@@ -65,7 +65,7 @@ export const ModalContent = ({
|
||||
label: (
|
||||
<RadioItem
|
||||
icon={<LinkIcon className={styles.iconStyle} />}
|
||||
label={t['com.affine.payment.member.team.invite.invite-link']()}
|
||||
label={`${t['com.affine.payment.member.team.invite.invite-link']()}(Coming soon)`}
|
||||
/>
|
||||
),
|
||||
value: 'link',
|
||||
|
||||
Reference in New Issue
Block a user