diff --git a/src/components/Interpretations/InterpretationsUnit/InterpretationsUnit.js b/src/components/Interpretations/InterpretationsUnit/InterpretationsUnit.js index 17359ea4f..8acb12d7b 100644 --- a/src/components/Interpretations/InterpretationsUnit/InterpretationsUnit.js +++ b/src/components/Interpretations/InterpretationsUnit/InterpretationsUnit.js @@ -187,6 +187,7 @@ InterpretationsUnit.displayName = 'InterpretationsUnit' InterpretationsUnit.defaultProps = { onInterpretationClick: Function.prototype, + visualizationHasTimeDimension: true, } InterpretationsUnit.propTypes = {