parent
80dfdcc37c
commit
47a6130fd5
@ -67,12 +67,13 @@ export class HotkeysManager {
|
||||
UINotificationService,
|
||||
LoggerService,
|
||||
} = this._servicesManager.services;
|
||||
const message = 'Erro while setting hotkeys';
|
||||
const message = 'Error while setting hotkeys';
|
||||
LoggerService.error({ error, message });
|
||||
UINotificationService.show({
|
||||
title: 'Hotkeys Manager',
|
||||
message,
|
||||
type: 'error',
|
||||
autoClose: false,
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
@ -124,7 +124,7 @@ async function loadAndCacheDerivedDisplaySets(
|
||||
title: 'DICOM Segmentation Loader',
|
||||
message: error.message,
|
||||
type: 'error',
|
||||
autoClose: true,
|
||||
autoClose: false,
|
||||
});
|
||||
};
|
||||
|
||||
|
||||
@ -25,7 +25,7 @@ const mapDispatchToProps = (dispatch, ownProps) => {
|
||||
title: 'DICOM Segmentation Loader',
|
||||
message: error.message,
|
||||
type: 'error',
|
||||
autoClose: true,
|
||||
autoClose: false,
|
||||
});
|
||||
};
|
||||
|
||||
|
||||
@ -150,7 +150,7 @@ class ViewerMain extends Component {
|
||||
title: 'DICOM Segmentation Loader',
|
||||
message: error.message,
|
||||
type: 'error',
|
||||
autoClose: true,
|
||||
autoClose: false,
|
||||
});
|
||||
};
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user