Skip to content

Commit

Permalink
Merge pull request #8165 from stopfstedt/correctcomponentclassname
Browse files Browse the repository at this point in the history
corrects component class name.
  • Loading branch information
dartajax authored Oct 1, 2024
2 parents 9382b39 + 6b1d1ae commit 6294c4b
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 6294c4b

Please sign in to comment.