Skip to content
Snippets Groups Projects

Toggling pregrading and Identifying blank solutions

Open Ghost User requested to merge feature/toggle-pregrading into develop
Compare and Show latest version
7 files
+ 123
6
Compare changes
  • Side-by-side
  • Inline
Files
7
+ 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