Skip to content
Snippets Groups Projects

Toggling pregrading and Identifying blank solutions

Open Ghost User requested to merge feature/toggle-pregrading into develop
5 unresolved threads
Compare and Show latest version
9 files
+ 227
51
Compare changes
  • Side-by-side
  • Inline
Files
9
+ 3
1
@@ -26,7 +26,9 @@ class Graders extends React.Component {
this.props.updateGraderList()
})
.catch(resp => {
Notification.error('Could not save grader (see Javascript console for details)')
resp.json().then(e => {
Notification.error(e.message)
})
console.error('Error saving grader:', resp)
})
Loading