Skip to content

Commit

Permalink
ADD switch to assignment card for email_notifications_enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
wabscale committed Aug 31, 2022
1 parent 01f5038 commit d010cff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web/src/pages/core/admin/Assignment/Assignment.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ const editableFields = [
{field: 'ide_enabled', label: 'IDEs Enabled', type: 'boolean'},
{field: 'hide_due_date', label: 'Hide Due Date', type: 'boolean'},
{field: 'autograde_enabled', label: 'Autograde Enabled', type: 'boolean'},
{field: 'email_notifications_enabled', label: 'Email Notifications Enabled', type: 'boolean'},
{field: 'release_date', label: 'Release Date', type: 'datetime'},
{field: 'due_date', label: 'Due Date', type: 'datetime'},
{field: 'grace_date', label: 'Grace Date', type: 'datetime'},
Expand Down

0 comments on commit d010cff

Please sign in to comment.