Updated all admin moderation links from app popover menus to open in new tab
• Updated: - all admin moderation links from app popover menus to open in new tab - GroupOptionsPopover group admin moderation link - ProfileOptionsPopover account admin moderation link - StatusOptionsPopover account and status admin moderation links
This commit is contained in:
@@ -96,7 +96,8 @@ class GroupOptionsPopover extends ImmutablePureComponent {
|
||||
listItems.push({})
|
||||
listItems.push({
|
||||
title: intl.formatMessage(messages.open_in_admin, { name: group.getIn('title') }),
|
||||
href: `/admin/groups/${groupId}`
|
||||
href: `/admin/groups/${groupId}`,
|
||||
openInNewTab: true,
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user