Skip to content

Commit 03ebe83

Browse files
committed
fix primary student group filter
1 parent 2417fd7 commit 03ebe83

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/models/Page.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ export default class Page {
145145
get primaryStudentGroup() {
146146
return this._primaryStudentGroupName
147147
? this.store.root.studentGroupStore.findByName(this._primaryStudentGroupName)
148-
: undefined;
148+
: this.store.root.studentGroupStore.findByName(this.primaryStudentGroupName);
149149
}
150150

151151
@action

0 commit comments

Comments
 (0)