Skip to content

Commit

Permalink
corrects component class name.
Browse files Browse the repository at this point in the history
  • Loading branch information
stopfstedt committed Sep 27, 2024
1 parent 6bc7534 commit 6b1d1ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/frontend/app/components/instructor-groups/list.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import Component from '@glimmer/component';
import { action } from '@ember/object';
import { service } from '@ember/service';

export default class LearnerGroupListComponent extends Component {
export default class InstructorGroupsListComponent extends Component {
@service intl;

get sortedAscending() {
Expand Down

0 comments on commit 6b1d1ae

Please sign in to comment.