Remove use of alert abstraction
This commit is contained in:
parent
3272d12f64
commit
dc294a5a4b
1 changed files with 2 additions and 2 deletions
|
@ -122,9 +122,9 @@ export function processErrorResponse(response) {
|
||||||
status = response.statusText;
|
status = response.statusText;
|
||||||
}
|
}
|
||||||
|
|
||||||
alert({
|
baseAlert({
|
||||||
title: status,
|
title: status,
|
||||||
message: response.headers ? response.headers.get('X-Application-Error-Code') : null
|
text: response.headers ? response.headers.get('X-Application-Error-Code') : null
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue