Navigation: Redirect org users to admin users (#91051)

pull/91274/head
Alex Khomenko 10 months ago committed by GitHub
parent ad8e317987
commit acbf02cd2f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 5
      public/app/routes/routes.tsx

@ -219,9 +219,8 @@ export function getAppRoutes(): RouteDescriptor[] {
},
{
path: '/org/users',
component: SafeDynamicImport(
() => import(/* webpackChunkName: "UsersListPage" */ 'app/features/users/UsersListPage')
),
// Org users page has been combined with admin users
component: () => <Redirect to={'/admin/users'} />,
},
{
path: '/org/users/invite',

Loading…
Cancel
Save