Merge pull request #3070 from grafixeyehero/convert-editUserPage-to-react

Convert edit user page to react
This commit is contained in:
Bill Thornton
2022-01-04 10:45:21 -05:00
committed by GitHub
12 changed files with 710 additions and 396 deletions
+1 -1
View File
@@ -440,7 +440,7 @@ import { appRouter } from '../components/appRouter';
path: 'dashboard/users/useredit.html',
autoFocus: false,
roles: 'admin',
controller: 'dashboard/users/useredit'
pageComponent: 'UserEditPage'
});
defineRoute({