Skip to content

Commit

Permalink
added constant (#192)
Browse files Browse the repository at this point in the history
Co-authored-by: Sophia Zhang <Sophia.Zhang@D2L.com>
  • Loading branch information
sophiahyz and sophiahyz committed Oct 26, 2022
1 parent 20b7af2 commit 890209a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,8 @@ export const Classes = {
startDate: 'start-date',
timeLimitEnforced: 'time-limit-enforced',
notimelimit: 'notimelimit',
autosubmit: 'autosubmit'
autosubmit: 'autosubmit',
withTimeLimitType: 'with-time-limit-type'
},
surveys: {
active: 'active',
Expand Down

0 comments on commit 890209a

Please sign in to comment.