mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-29 12:06:44 +00:00
JS linting
This commit is contained in:
parent
27930cd897
commit
2509db2b88
@ -231,7 +231,7 @@ function showApiError(xhr, url) {
|
|||||||
// The server may have provided some extra information about this error
|
// The server may have provided some extra information about this error
|
||||||
if (response) {
|
if (response) {
|
||||||
if (response.error) {
|
if (response.error) {
|
||||||
title = response.error
|
title = response.error;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (response.detail) {
|
if (response.detail) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user