Skip to content

Commit

Permalink
Revert "fix(webapps): don"
Browse files Browse the repository at this point in the history
This reverts commit e48111e
  • Loading branch information
tasso94 committed Feb 7, 2022
1 parent e48111e commit 0b601dc
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions webapps/camunda-commons-ui/lib/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,13 +62,6 @@ var ResponseErrorHandlerInitializer = [
function handleHttpError(event, error) {
var status = error.status,
data = error.data;

// avoid displaying any error message when performing a request against /camunda-welcome
// since the get request against it is only necessary to determine if deployed
const config = error.response.config;
if (config.method === 'GET' && config.url === '/camunda-welcome') {
return;
}

switch (status) {
case 500:
Expand Down

0 comments on commit 0b601dc

Please sign in to comment.