Merge pull request #3071 from grafixeyehero/convert-userLibraryAccessPage-to-react

Convert userLibraryAccessPage to react
This commit is contained in:
Bill Thornton
2022-01-10 23:46:56 -05:00
committed by GitHub
4 changed files with 320 additions and 252 deletions
+1 -1
View File
@@ -448,7 +448,7 @@ import { appRouter } from '../components/appRouter';
path: 'dashboard/users/userlibraryaccess.html',
autoFocus: false,
roles: 'admin',
controller: 'dashboard/users/userlibraryaccess'
pageComponent: 'UserLibraryAccessPage'
});
defineRoute({