feat(viewportOverlay): Adding default value on customProps
This commit is contained in:
parent
aacd0c68b8
commit
c05c666d72
@ -32,6 +32,10 @@ class OHIFCornerstoneViewport extends Component {
|
||||
viewportData: null
|
||||
};
|
||||
|
||||
static defaultProps = {
|
||||
customProps: {}
|
||||
};
|
||||
|
||||
static propTypes = {
|
||||
studies: PropTypes.object,
|
||||
displaySet: PropTypes.object,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user