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:
Developer
2021-02-11 00:23:20 -05:00
parent b636f36871
commit 39a3d44bdd
3 changed files with 8 additions and 4 deletions

View File

@@ -113,7 +113,8 @@ class ProfileOptionsPopover extends React.PureComponent {
hideArrow: true,
icon: 'circle',
title: intl.formatMessage(messages.admin_account),
href: `/admin/accounts/${account.get('id')}`
href: `/admin/accounts/${account.get('id')}`,
openInNewTab: true,
})
}