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:
@@ -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,
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user