mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Admin: Fixes infinite loading edit profile page (#34627)
* UserProfile: Fixes infinite loading spinner * Refactor: some clean up * Refactor: some more cleanup * Tests: Adds tests for UserProfileEditPage * Chore: updates after PR comments * Refactor: removes unnecessary unmount/mount
This commit is contained in:
@@ -203,7 +203,7 @@ export function getAppRoutes(): RouteDescriptor[] {
|
||||
{
|
||||
path: '/profile',
|
||||
component: SafeDynamicImport(
|
||||
() => import(/* webpackChunkName: "UserProfileEdit" */ 'app/features/profile/UserProfileEdit')
|
||||
() => import(/* webpackChunkName: "UserProfileEditPage" */ 'app/features/profile/UserProfileEditPage')
|
||||
),
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user