Skip to content

Commit

Permalink
fix(roles): change explanation comment
Browse files Browse the repository at this point in the history
  • Loading branch information
oyo committed Jul 17, 2024
1 parent efe40c9 commit 93e87de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types/Config.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ import {
*
* this is the main application config table. Each entry has at least:
* name - name of the page used as application route (without leading '/')
* role - role required to access this page on the front end
* allowTo - function to determine if the current user can access resource
* element - either a JSX Element that renders the page or a custom router setup
* for that page. By default it will create a simple route name -> element
*/
Expand Down

0 comments on commit 93e87de

Please sign in to comment.