Skip to content

Commit

Permalink
Sort areas alphabetically
Browse files Browse the repository at this point in the history
  • Loading branch information
d22 committed Jan 22, 2024
1 parent 67a70df commit fda950b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export class RoleSelectComponent {
this.selectedRoles.add(role)
}
})
this.areas = Array.from(this.mappedRoles.keys())
this.areas = Array.from(this.mappedRoles.keys()).sort()
this.emitSelectedRoles()
})
}
Expand Down

0 comments on commit fda950b

Please sign in to comment.