[FIX] Storybook of System Message within Message.stories (#4629)
This commit is contained in:
parent
1aef030d75
commit
2b53898066
File diff suppressed because one or more lines are too long
|
@ -820,8 +820,8 @@ export const SystemMessages = () => (
|
|||
<Message msg='public' type='room_changed_privacy' isInfo />
|
||||
<Message type='room_e2e_disabled' isInfo />
|
||||
<Message type='room_e2e_enabled' isInfo />
|
||||
<Message type='removed-user-from-team' isInfo />
|
||||
<Message type='added-user-to-team' isInfo />
|
||||
<Message msg='rocket.cat' type='removed-user-from-team' isInfo />
|
||||
<Message msg='rocket.cat' type='added-user-to-team' isInfo />
|
||||
<Message type='user-added-room-to-team' isInfo msg='channel-name' />
|
||||
<Message type='user-converted-to-team' isInfo msg='channel-name' />
|
||||
<Message type='user-converted-to-channel' isInfo msg='channel-name' />
|
||||
|
|
Loading…
Reference in New Issue