Skip to content

Commit

Permalink
fix: add missing attributes (#12518)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zxun2 authored Jul 14, 2023
1 parent 97ae8c6 commit 02bf5c2
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,8 @@ export class InstructorSessionsPageComponent extends InstructorSessionModalPageC
...this.sessionEditFormModel,
isEditable: true,
gracePeriod: 15,
responseVisibleSetting: ResponseVisibleSetting.LATER,
instructions: 'Please answer all the given questions.',
};
}

Expand Down

0 comments on commit 02bf5c2

Please sign in to comment.