diff --git a/public/app/features/org/UserInviteForm.tsx b/public/app/features/org/UserInviteForm.tsx index 40ba570823c..b8df6dc67ec 100644 --- a/public/app/features/org/UserInviteForm.tsx +++ b/public/app/features/org/UserInviteForm.tsx @@ -35,7 +35,7 @@ export const UserInviteForm = () => { const onSubmit = async (formData: FormModel) => { await dispatch(addInvitee(formData)).unwrap(); - locationService.push('/org/users/'); + locationService.push('/admin/users/'); }; return ( @@ -67,7 +67,7 @@ export const UserInviteForm = () => { - + Back