Limit number of GV2 banned members

This commit is contained in:
Fedor Indutny
2022-03-23 15:34:51 -07:00
committed by GitHub
parent 6a671e73f9
commit c5a3ffddf9
9 changed files with 389 additions and 37 deletions

View File

@@ -202,6 +202,7 @@ function GroupV2Detail({
{
action: () => blockGroupLinkRequests(detail.uuid),
text: i18n('PendingRequests--block--confirm'),
style: 'affirmative',
},
]}
i18n={i18n}