fix: undefined errorHandler in cornerstoneWadoImageLoader configuration (#1664)

This commit is contained in:
Danny Brown 2020-04-23 12:17:49 -04:00 committed by GitHub
parent 5f4c4ab5e7
commit 709f14708e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -54,7 +54,7 @@ export function setConfiguration(appConfig) {
// const { appConfig = {} } = AppContext;
if (typeof appConfig.httpErrorHandler === 'function') {
appConfig.httpErrorHandler(errorHandler);
appConfig.httpErrorHandler(error);
}
},
});