Skip to content
Snippets Groups Projects
Commit b75b15ba authored by esikkala's avatar esikkala
Browse files

ApexCharts: check for missing perspective state

parent bc3e45e3
No related branches found
No related tags found
No related merge requests found
...@@ -59,7 +59,7 @@ class ApexChart extends React.Component { ...@@ -59,7 +59,7 @@ class ApexChart extends React.Component {
resultClass: this.state.resultClass, resultClass: this.state.resultClass,
facetClass: this.props.facetClass, facetClass: this.props.facetClass,
facetID: this.props.facetID, facetID: this.props.facetID,
uri: this.props.perspectiveState.instanceTableData uri: this.props.perspectiveState && this.props.perspectiveState.instanceTableData
? this.props.perspectiveState.instanceTableData.id ? this.props.perspectiveState.instanceTableData.id
: null : null
}) })
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment