remove problem report and data download logs
This commit is contained in:
@@ -79,7 +79,7 @@ const createProblemResponsesReportTask = (
|
||||
})
|
||||
.then(
|
||||
json => dispatch(getTaskStatus(taskStatusEndpoint, json.task_id)),
|
||||
err => dispatch(problemResponsesFailure(gettext('Unable to submit request to generate report.'))), // eslint-disable-line no-unused-vars
|
||||
() => dispatch(problemResponsesFailure(gettext('Unable to submit request to generate report.'))),
|
||||
);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user