* display grade override history error from lms * add error constants file * quality * code review * fix stuff * npm i -S regenerator-runtime
4 lines
151 B
JavaScript
4 lines
151 B
JavaScript
const GRADE_OVERRIDE_HISTORY_ERROR_DEFAULT_MSG = 'Error retrieving grade override history.';
|
|
|
|
export default GRADE_OVERRIDE_HISTORY_ERROR_DEFAULT_MSG;
|