Skip to content

Commit

Permalink
fix sort
Browse files Browse the repository at this point in the history
  • Loading branch information
rebelvg committed Jan 30, 2021
1 parent fe65b96 commit 115045b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/config-class.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ const sortChannels = (
break;
}
case 'service_visibleName': {
sortedChannels = _.sortBy(channels, ['service', 'visibleName']);
sortedChannels = _.sortBy(channels, ['serviceName', 'visibleName']);
break;
}
case 'visibleName': {
Expand Down

0 comments on commit 115045b

Please sign in to comment.