Merge pull request #3026 from grafixeyehero/convert-newUserPage-to-react

convert NewUserPage to react
This commit is contained in:
Bill Thornton
2021-11-09 16:36:32 -05:00
committed by GitHub
9 changed files with 384 additions and 191 deletions
+1 -1
View File
@@ -456,7 +456,7 @@ import { appRouter } from '../components/appRouter';
path: 'dashboard/users/usernew.html',
autoFocus: false,
roles: 'admin',
controller: 'dashboard/users/usernew'
pageComponent: 'NewUserPage'
});
defineRoute({