Commit cc526e3
authored
fix: Modify the incorrect stringSet on the Banned user list (#1008)
[SBISSUE-15260](https://sendbird.atlassian.net/browse/SBISSUE-15260)
### ChangeLog & Fix
* Modify the incorrect stringSet on the BannedUsersModal
* `CHANNEL_SETTING__MUTED_MEMBERS__TITLE` to
`CHANNEL_SETTING__BANNED_MEMBERS__TITLE`
* `CHANNEL_SETTING__MODERATION__BAN` to
`CHANNEL_SETTING__MODERATION__UNBAN`
* also fixed the `dataSbId` of the MenuItem:
`channel_setting_banned_user_context_menu_ban` to
`channel_setting_banned_user_context_menu_unban`1 parent 09b61e2 commit cc526e3
File tree
1 file changed
+3
-3
lines changed- src/modules/ChannelSettings/components/ModerationPanel
1 file changed
+3
-3
lines changedLines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| |||
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
99 | | - | |
| 99 | + | |
100 | 100 | | |
101 | | - | |
| 101 | + | |
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
| |||
0 commit comments