mirror of
https://bitbucket.org/wisemapping/wisemapping-open-source.git
synced 2024-11-13 02:17:55 +01:00
add default to import error manager
This commit is contained in:
parent
014d9334b3
commit
25ee14b7aa
@ -96,7 +96,8 @@
|
||||
contentType:contentType,
|
||||
statusCode: {
|
||||
201: onSuccess,
|
||||
400: onError
|
||||
400: onError,
|
||||
default: onError
|
||||
}
|
||||
});
|
||||
event.preventDefault();
|
||||
|
Loading…
Reference in New Issue
Block a user