diff --git a/UI/src/components/role-editor/Category.js b/UI/src/components/role-editor/Category.js index 8e03345..82d8cb2 100644 --- a/UI/src/components/role-editor/Category.js +++ b/UI/src/components/role-editor/Category.js @@ -38,6 +38,7 @@ class Category extends Component { {category .get('roles_map') + .sortBy(r => r.get('position')) .reverse() .map((r, k) => ) .toArray()}