You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[MM-66923] Fix scroll and private channel icon on invite user (#9363) (#9391)
* [MM-66923] Fix scroll and private channel icon on invite user
* Address feedback
* Fix test
(cherry picked from commit 2111c8f)
Co-authored-by: Daniel Espino García <larkox@gmail.com>
expect(optionItem).toHaveProp('description','Newly created guests will join and log in without a password, using a magic link sent to their email address');
description={intl.formatMessage({id: 'invite.guest_magic_link_description',defaultMessage: 'Newly created guests will join and log in without a password, using a magic link sent to their email address'})}
432
440
type='toggle'
433
441
selected={guestMagicLink}
434
442
action={handlePasswordlessInvitesChange}
@@ -438,7 +446,7 @@ export default function Selection({
0 commit comments