Properly report AJAX errors
This commit is contained in:
@ -39,7 +39,7 @@ function fetch(reportId) {
|
||||
}
|
||||
},
|
||||
error: function(jqXHR, status, error) {
|
||||
dispatch(ErrorActions.ajaxError(e));
|
||||
dispatch(ErrorActions.ajaxError(error));
|
||||
}
|
||||
});
|
||||
};
|
||||
|
Reference in New Issue
Block a user