add default to import error manager
parent
0447cb995f
commit
b66d15e51f
|
@ -96,7 +96,8 @@
|
||||||
contentType:contentType,
|
contentType:contentType,
|
||||||
statusCode: {
|
statusCode: {
|
||||||
201: onSuccess,
|
201: onSuccess,
|
||||||
400: onError
|
400: onError,
|
||||||
|
default: onError
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
event.preventDefault();
|
event.preventDefault();
|
||||||
|
|
Loading…
Reference in New Issue