mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +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
|
||||
if (response) {
|
||||
if (response.error) {
|
||||
title = response.error
|
||||
title = response.error;
|
||||
}
|
||||
|
||||
if (response.detail) {
|
||||
|
Loading…
Reference in New Issue
Block a user