diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/HeroDraftGrid.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/HeroDraftGrid.vue b/src/HeroDraftGrid.vue index 48dd466..5f6e2ed 100644 --- a/src/HeroDraftGrid.vue +++ b/src/HeroDraftGrid.vue @@ -35,7 +35,7 @@ export default Vue.component('hero-draft-grid', { mixins: [ RouterParamMixin ], data: function() { return { - actors: this.reportService.getActors(), + actors: this.reportService.getActors().sort(), getHero: maps.getHero, getTalentName: maps.getTalentName, }; |
