This commit is contained in:
parent
6007f340bf
commit
597ac11c4d
@ -36,8 +36,8 @@ export default {
|
|||||||
const message =
|
const message =
|
||||||
error.message.includes('orthogonal') ||
|
error.message.includes('orthogonal') ||
|
||||||
error.message.includes('oblique')
|
error.message.includes('oblique')
|
||||||
? 'The segmentation has been detected as not planar,\
|
? 'The segmentation has been detected as non coplanar,\
|
||||||
If you really think it is planar,\
|
If you really think it is coplanar,\
|
||||||
please adjust the tolerance in the segmentation panel settings (at your own peril!)'
|
please adjust the tolerance in the segmentation panel settings (at your own peril!)'
|
||||||
: error.message;
|
: error.message;
|
||||||
LoggerService.error({ error, message });
|
LoggerService.error({ error, message });
|
||||||
|
|||||||
@ -122,8 +122,8 @@ async function loadAndCacheDerivedDisplaySets(
|
|||||||
const message =
|
const message =
|
||||||
error.message.includes('orthogonal') ||
|
error.message.includes('orthogonal') ||
|
||||||
error.message.includes('oblique')
|
error.message.includes('oblique')
|
||||||
? 'The segmentation has been detected as not planar,\
|
? 'The segmentation has been detected as non coplanar,\
|
||||||
If you really think it is planar,\
|
If you really think it is coplanar,\
|
||||||
please adjust the tolerance in the segmentation panel settings (at your own peril!)'
|
please adjust the tolerance in the segmentation panel settings (at your own peril!)'
|
||||||
: error.message;
|
: error.message;
|
||||||
|
|
||||||
|
|||||||
@ -23,8 +23,8 @@ const mapDispatchToProps = (dispatch, ownProps) => {
|
|||||||
const message =
|
const message =
|
||||||
error.message.includes('orthogonal') ||
|
error.message.includes('orthogonal') ||
|
||||||
error.message.includes('oblique')
|
error.message.includes('oblique')
|
||||||
? 'The segmentation has been detected as not planar,\
|
? 'The segmentation has been detected as non coplanar,\
|
||||||
If you really think it is planar,\
|
If you really think it is coplanar,\
|
||||||
please adjust the tolerance in the segmentation panel settings (at your own peril!)'
|
please adjust the tolerance in the segmentation panel settings (at your own peril!)'
|
||||||
: error.message;
|
: error.message;
|
||||||
|
|
||||||
|
|||||||
@ -148,8 +148,8 @@ class ViewerMain extends Component {
|
|||||||
const message =
|
const message =
|
||||||
error.message.includes('orthogonal') ||
|
error.message.includes('orthogonal') ||
|
||||||
error.message.includes('oblique')
|
error.message.includes('oblique')
|
||||||
? 'The segmentation has been detected as not planar,\
|
? 'The segmentation has been detected as non coplanar,\
|
||||||
If you really think it is planar,\
|
If you really think it is coplanar,\
|
||||||
please adjust the tolerance in the segmentation panel settings (at your own peril!)'
|
please adjust the tolerance in the segmentation panel settings (at your own peril!)'
|
||||||
: error.message;
|
: error.message;
|
||||||
LoggerService.error({ error, message });
|
LoggerService.error({ error, message });
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user