add default to import error manager
This commit is contained in:
@@ -96,7 +96,8 @@
|
||||
contentType:contentType,
|
||||
statusCode: {
|
||||
201: onSuccess,
|
||||
400: onError
|
||||
400: onError,
|
||||
default: onError
|
||||
}
|
||||
});
|
||||
event.preventDefault();
|
||||
|
Reference in New Issue
Block a user