1
0
mirror of https://github.com/aclindsa/moneygo.git synced 2025-07-01 03:58:38 -04:00

Fix ajax error handling

This commit is contained in:
2017-01-09 21:22:13 -05:00
parent 871aa88ea6
commit c6cf817b2c
5 changed files with 16 additions and 16 deletions

View File

@ -51,7 +51,7 @@ function search(searchString, searchType, limit) {
}
},
error: function(jqXHR, status, error) {
dispatch(ErrorActions.ajaxError(e));
dispatch(ErrorActions.ajaxError(error));
}
});
};